corelibraries-devexpress-dot-diagram-dot-core-dot-layout-7d360532.md
Lists the values used to specify the offset mode for the tip-over tree layout algorithm.
Namespace : DevExpress.Diagram.Core.Layout
Assembly : DevExpress.Diagram.v25.2.Core.dll
NuGet Package : DevExpress.Diagram.Core
public enum TipOverOffsetMode
Public Enum TipOverOffsetMode
| Name | Description |
|---|---|
Center |
The offset is applied from the center of parent shapes.
|
| Edge |
The offset is applied from the edge of parent shapes.
|
The following properties accept/return TipOverOffsetMode values:
| Library | Related API Members |
|---|---|
| WinForms Controls | DiagramOptionsOrgChartLayout.TipOverOffsetMode |
| DiagramOptionsTipOverTreeLayout.OffsetMode | |
| WPF Controls | DiagramControl.OrgChartLayoutTipOverOffsetMode |
| DiagramControl.TipOverTreeLayoutOffsetMode |
Values listed by this enumeration are used to set the following properties: DiagramOptionsTipOverTreeLayout.Offset, DiagramControl.TipOverTreeLayoutOffset.
See Also