DevZest WPF Docking
DockPaneSplitChildrenVisibility Property |
Gets a value indicates the visibility of the children. 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 SplitChildrenVisibility ChildrenVisibility { get; }
Public ReadOnly Property ChildrenVisibility As SplitChildrenVisibility Get
Property Value
Type: SplitChildrenVisibilityThe visibility of the children.
See Also