TipOverOffsetMode Enum
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.1.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 |
---|---|
WinForms Controls | DiagramOptionsOrgChartLayout.TipOverOffsetMode |
DiagramOptionsTipOverTreeLayout.OffsetMode | |
WPF Controls | DiagramControl.OrgChartLayoutTipOverOffsetMode |
DiagramControl.TipOverTreeLayoutOffsetMode |
Remarks
Values listed by this enumeration are used to set the following properties: DiagramOptionsTipOverTreeLayout.Offset, DiagramControl.TipOverTreeLayoutOffset.
See Also