Skip to main content

DiagramControl.TipOverTreeLayoutOffset Property

Gets or sets the offset used by the tip-over layout. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

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

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public double TipOverTreeLayoutOffset { get; set; }

Property Value

Type Description
Double

A System.Double value that is the offset in pixels.

Remarks

The DiagramControl.TipOverTreeLayoutOffsetMode property specifies whether to offset child shapes from the center or the edge of the parent shape.

See Also