SplitContainer.Orientation Property

DevZest WPF Docking

SplitContainerOrientation Property
Gets or sets a value indicating the horizontal or vertical orientation of the SplitContainer children. 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 Orientation Orientation { get; set; }
Public Property Orientation As Orientation
	Get
	Set

Property Value

Type: Orientation
One of the Orientation values. The default is Vertical.
Remarks
Use the Orientation property to change the SplitContainer from vertical to horizontal or from horizontal to vertical.
See Also