DevZest WPF Docking
DockItemReferenceAutoHideSize Property |
Gets or sets the size of 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: SplitterDistanceThe size of DockItem when in auto hide mode.
See Also