corelibraries-devexpress-dot-diagram-dot-core-dot-layout-353ad1f8.md
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
public enum TipOverDirection
Public Enum TipOverDirection
| Name | Description |
|---|---|
LeftToRight |
The layout direction is left-to-right.
|
| RightToLeft |
The layout direction is right-to-left.
|
The following properties accept/return TipOverDirection values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramOptionsOrgChartLayout.TipOverDirection |
| DiagramOptionsTipOverTreeLayout.Direction | |
| WPF Controls | DiagramControl.OrgChartLayoutTipOverDirection |
| DiagramControl.TipOverTreeLayoutDirection |
Values listed by this enumeration are used to set the following properties: DiagramOptionsTipOverTreeLayout.Direction, DiagramControl.TipOverTreeLayoutDirection.
See Also