TipOverDirection Enum
In This Article
Lists the values used to specify how the tip-over tree layout algorithm arranges shapes.
Namespace: DevExpress.Diagram.Core.Layout
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Left
|
The layout direction is left-to-right. |
Right
|
The layout direction is right-to-left. |
#Related API Members
The following properties accept/return TipOverDirection values:
Library | Related API Members |
---|---|
Win |
Diagram |
Diagram |
|
WPF Controls | Diagram |
Diagram |
#Remarks
Values listed by this enumeration are used to set the following properties: DiagramOptionsTipOverTreeLayout.Direction, DiagramControl.TipOverTreeLayoutDirection.
See Also