DockItem.AutoHideSize Property

DevZest WPF Docking

DockItemAutoHideSize Property
Gets or sets the size of this DockItem when in auto hide mode. This is a dependency property.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public SplitterDistance AutoHideSize { get; set; }
Public Property AutoHideSize As SplitterDistance
	Get
	Set

Property Value

Type: SplitterDistance
The size of this DockItem when in auto hide mode.
See Also