DevZest WPF Docking
DockTreeSplitChild1 Property |
Gets the left or top child, depending on Orientation. This is a dependency property.
Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Property Value
Type: DependencyObjectIf Orientation is Vertical, the top child. If Orientation is Horizontal, the left child.
See Also