Back to Devexpress

TipOverDirection Enum

corelibraries-devexpress-dot-diagram-dot-core-dot-layout-353ad1f8.md

latest1.9 KB
Original Source

TipOverDirection Enum

Lists the values used to specify how the tip-over tree layout algorithm arranges shapes.

Namespace : DevExpress.Diagram.Core.Layout

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

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public enum TipOverDirection
vb
Public Enum TipOverDirection

Members

NameDescription
LeftToRight

The layout direction is left-to-right.

| | RightToLeft |

The layout direction is right-to-left.

|

The following properties accept/return TipOverDirection values:

LibraryRelated API Members
WinForms ControlsDiagramOptionsOrgChartLayout.TipOverDirection
DiagramOptionsTipOverTreeLayout.Direction
WPF ControlsDiagramControl.OrgChartLayoutTipOverDirection
DiagramControl.TipOverTreeLayoutDirection

Remarks

Values listed by this enumeration are used to set the following properties: DiagramOptionsTipOverTreeLayout.Direction, DiagramControl.TipOverTreeLayoutDirection.

See Also

DevExpress.Diagram.Core.Layout Namespace