Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public enum TipOverOffsetMode

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 DiagramOptionsTipOverTreeLayout.OffsetMode
WPF Controls DiagramControl.TipOverTreeLayoutOffsetMode

Remarks

Values listed by this enumeration are used to set the following properties: DiagramOptionsTipOverTreeLayout.Offset, DiagramControl.TipOverTreeLayoutOffset.

See Also