DevZest WPF Docking
SplitContainerChild2 Property |
Gets or sets the right or bottom child of the SplitContainer, depending on Orientation. This is a dependency property.
Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
Property Value
Type: UIElementIf Orientation is Vertical, the bottom child of the SplitContainer. If Orientation is Horizontal, the right child of the SplitContainer.
See Also