TdxCustomOrgChart.IndentY Property
Specifies the distance (in pixels) separating the parent and child nodes.
Declaration
property IndentY: Word read; write; default 16;
Property Value
Type | Default |
---|---|
Word | 16 |
Remarks
Use this property to expand or shrink the gaps separating the rows of nodes.
The IndentY property updates automatically by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.
The default value of the IndentY property is 16.
See Also