Skip to main content

TipOverTreeLayoutSettings(TipOverDirection, TipOverOffsetMode, Double, Double) Constructor

Initializes a new instance of the TipOverTreeLayoutSettings class.

Namespace: DevExpress.Diagram.Core.Layout

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public TipOverTreeLayoutSettings(
    TipOverDirection direction,
    TipOverOffsetMode offsetMode,
    double offset = 0,
    double verticalSpacing = 0
)

Parameters

Name Type Description
direction TipOverDirection

A TipOverDirection enumeration value.

offsetMode TipOverOffsetMode

A TipOverOffsetMode enumeration value that specifies whether the offset is applied from the center or the edge of parent shapes. .

Optional Parameters

Name Type Default Description
offset Double 0

A System.Double value that specifies the offset.

verticalSpacing Double 0

A System.Double value that specifies the vertical spacing between shapes.

See Also