DiagramControl.OrgChartLayoutDirection Property
In This Article
Specifies the direction of the org chart layout’s tree section. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public LayoutDirection OrgChartLayoutDirection { get; set; }
#Property Value
Type | Description |
---|---|
Layout |
A DevExpress. |
Available values:
Name | Description |
---|---|
Top |
The layout direction is top-to-bottom. |
Bottom |
The layout direction is bottom-to-top. |
Left |
The layout direction is left-to-right. |
Right |
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