DiagramControl.TipOverTreeLayoutOffsetMode Property
In This Article
Specifies whether to offset child shapes from the center or the edge of the parent shape. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public TipOverOffsetMode TipOverTreeLayoutOffsetMode { get; set; }
#Property Value
Type | Description |
---|---|
Tip |
A Tip |
Available values:
Name | Description |
---|---|
Center | The offset is applied from the center of parent shapes. |
Edge | The offset is applied from the edge of parent shapes. |
See Also