TipOverOffsetMode Enum
In This Article
Lists the values used to specify the offset mode for the tip-over tree layout algorithm.
Namespace: DevExpress.Diagram.Core.Layout
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Center
|
The offset is applied from the center of parent shapes. |
Edge
|
The offset is applied from the edge of parent shapes. |
#Related API Members
The following properties accept/return TipOverOffsetMode 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.Offset, DiagramControl.TipOverTreeLayoutOffset.
See Also