Back to Devexpress

DiagramControl.OrgChartLayoutTreeAlignment Property

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

latest2.8 KB
Original Source

DiagramControl.OrgChartLayoutTreeAlignment Property

Specifies the alignment 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 Alignment OrgChartLayoutTreeAlignment { get; set; }
vb
Public Property OrgChartLayoutTreeAlignment As Alignment

Property Value

TypeDescription
Alignment

A Alignment enumeration value.

|

Available values:

NameDescription
Near

In a left-to-right layout, items are aligned to the left from the layout axis. In a right-to-left layout, items are aligned to the right.

| | Center |

Items are aligned along the layout axis.

| | Far |

In a left-to-right layout, items are aligned to the right from the layout axis. In a right-to-left layout, items are aligned to the left.

|

Remarks

The OrgChartLayoutTreeAlignment property specifies how the layout algorithm arranges shapes relative to the layout axis. The layout axis is specified using the DiagramControl.OrgChartLayoutDirection property.

The table below illustrates tree alignments when the DiagramControl.OrgChartLayoutDirection property is set to LayoutDirection.TopToBottom and LayoutDirection.LeftToRight.

AlignmentTopToBottom directionLeftToRight direction
Near
Center
Far

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace