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.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
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