DevZest WPF Docking
DockPaneSplitChild2 Property |
Gets the right or bottom child, depending on Orientation. 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
Property Value
Type: DockPaneNodeIf Orientation is Vertical, the bottom child. If Orientation is Horizontal, the right child.
See Also