Enum SplitChildrenVisibility
Specifies the children visibility of DockPaneSplit.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public enum SplitChildrenVisibility
Fields
| Name | Description |
|---|---|
| Both | Both child1 and child2 are visible. |
| Child1Only | Only child1 is visible. |
| Child2Only | Only child2 is visible. |
| None | None of the children is visible. |