Back to Devexpress

TdxCustomOrgChart.IndentY Property

vcl-dxorgchr-dot-tdxcustomorgchart-6ad528a4.md

latest1003 B
Original Source

TdxCustomOrgChart.IndentY Property

Specifies the distance (in pixels) separating the parent and child nodes.

Declaration

delphi
property IndentY: Word read; write; default 16;

Property Value

TypeDefault
Word16

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

TdxCustomOrgChart.IndentX

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit