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.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
LeftToRight
|
The layout direction is left-to-right. |
RightToLeft
|
The layout direction is right-to-left. |
Related API Members
The following properties accept/return TipOverDirection values:
Library | Related API Members |
---|---|
WinForms Controls | DiagramOptionsOrgChartLayout.TipOverDirection |
DiagramOptionsTipOverTreeLayout.Direction | |
WPF Controls | DiagramControl.OrgChartLayoutTipOverDirection |
DiagramControl.TipOverTreeLayoutDirection |
Remarks
Values listed by this enumeration are used to set the following properties: DiagramOptionsTipOverTreeLayout.Direction, DiagramControl.TipOverTreeLayoutDirection.
See Also