Back to Devexpress

LayoutSplitter.Orientation Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutsplitter.md

latest1.4 KB
Original Source

LayoutSplitter.Orientation Property

Gets a LayoutSplitter‘s orientation. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public Orientation Orientation { get; }
vb
Public ReadOnly Property Orientation As Orientation

Property Value

TypeDescription
Orientation

A System.Windows.Control.Orientation enumerator value that specifies a LayoutSplitter‘s orientation.

|

Remarks

You can not manually set the Orientation property value. It always takes the same value as its container’s Orientation property value.

See Also

LayoutSplitter Class

LayoutSplitter Members

DevExpress.Xpf.Docking Namespace