SplitContainer.Child2 Property

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
public UIElement Child2 { get; set; }
Public Property Child2 As UIElement
	Get
	Set

Property Value

Type: UIElement
If Orientation is Vertical, the bottom child of the SplitContainer. If Orientation is Horizontal, the right child of the SplitContainer.
See Also