DiagramOptionsTipOverTreeLayout.Offset Property
Gets or sets the offset used by the layout algorithm.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(20F)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual float Offset { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Single | 20 | A System.Single value that is the offset in pixels. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Offset |
---|---|
DiagramControl |
|
Remarks
The DiagramOptionsTipOverTreeLayout.OffsetMode property specifies whether to offset child shapes from the center or the edge of the parent shape.
See Also