Back to Devexpress

DiagramControl.MindMapTreeLayoutSubTreeAlignment Property

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

latest1.7 KB
Original Source

DiagramControl.MindMapTreeLayoutSubTreeAlignment Property

Gets or sets the alignment of the mind-map‘s subtrees. 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 MindMapTreeLayoutSubTreeAlignment { get; set; }
vb
Public Property MindMapTreeLayoutSubTreeAlignment 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.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace