DevZest WPF Docking
| SplitChildrenVisibility Enumeration |
Specifies the children visibility of DockPaneSplit.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | None of the children is visible. | |
| Child1Only | 1 | Only child1 is visible. | |
| Child2Only | 2 | Only child2 is visible. | |
| Both | 3 | Both child1 and child2 are visible. |
See Also