Back to Devexpress

DiagramControl.TipOverTreeLayoutOffset Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-d7eac603.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public double TipOverTreeLayoutOffset { get; set; }
vb
Public Property TipOverTreeLayoutOffset As Double

Property Value

TypeDescription
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

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace