Back to Devexpress

DiagramOrgChartBehavior.LayoutDirection Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramorgchartbehavior-abbb77f0.md

latest1.7 KB
Original Source

DiagramOrgChartBehavior.LayoutDirection Property

For internal use.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
[Browsable(false)]
public Direction LayoutDirection { get; set; }
vb
<Browsable(False)>
Public Property LayoutDirection As Direction

Property Value

Type
Direction

Available values:

NameDescription
Left

The flow direction is right to left.

| | Up |

The flow direction is bottom to top.

| | Right |

The flow direction is left to right.

| | Down |

The flow direction is top to bottom.

|

Remarks

Use the corresponding property of the specified layout algorithm:

DiagramControl.SugiyamaLayoutDirection

DiagramControl.TipOverTreeLayoutDirection

DiagramControl.TreeLayoutDirection

See Also

DiagramOrgChartBehavior Class

DiagramOrgChartBehavior Members

DevExpress.Xpf.Diagram Namespace