Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramList.Orientation Property

Specifies whether child items are arranged horizontally or vertically. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

public Orientation Orientation { get; set; }

Property Value

Type Description
Orientation

A System.Windows.Controls.Orientation enumeration value.

Remarks

The image below illustrates Orientation.

See Also