DockPaneSplit.Orientation Property

DevZest WPF Docking

DockPaneSplitOrientation Property
Gets a value indicating the horizontal or vertical orientation of the children. 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
public Orientation Orientation { get; }
Public ReadOnly Property Orientation As Orientation
	Get

Property Value

Type: Orientation
The value indicating the horizontal or vertical orientation of the children.
See Also