Back to Devexpress

DiagramControl.TipOverTreeLayoutDirection Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-3e2f2db0.md

latest1.4 KB
Original Source

DiagramControl.TipOverTreeLayoutDirection Property

Specifies the tip-over layout direction. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public TipOverDirection TipOverTreeLayoutDirection { get; set; }
vb
Public Property TipOverTreeLayoutDirection As TipOverDirection

Property Value

TypeDescription
TipOverDirection

A TipOverDirection enumeration value.

|

Available values:

NameDescription
LeftToRight

The layout direction is left-to-right.

| | RightToLeft |

The layout direction is right-to-left.

|

See Also

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace