Skip to main content

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.v25.1.Core.dll

NuGet Package: DevExpress.Diagram.Core

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.

Remarks

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

See Also