Back to Devexpress

DiagramControl.OrgChartLayoutDirection Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-c2d97eb6.md

latest1.7 KB
Original Source

DiagramControl.OrgChartLayoutDirection Property

Specifies the direction of the org chart layout’s tree section. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public LayoutDirection OrgChartLayoutDirection { get; set; }
vb
Public Property OrgChartLayoutDirection As LayoutDirection

Property Value

TypeDescription
LayoutDirection

A DevExpress.Diagram.Core.Layout.LayoutDirection enumeration value.

|

Available values:

NameDescription
TopToBottom

The layout direction is top-to-bottom.

| | BottomToTop |

The layout direction is bottom-to-top.

| | LeftToRight |

The layout direction is left-to-right.

| | RightToLeft |

The layout direction is right-to-left.

|

Remarks

The OrgChartLayoutTipOverDirection property specifies the direction of the org chart layout’s tip-over section.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace