Back to Devexpress

TdxCustomOrgChart.DefaultNodeHeight Property

vcl-dxorgchr-dot-tdxcustomorgchart-7b92163f.md

latest1.4 KB
Original Source

TdxCustomOrgChart.DefaultNodeHeight Property

Specifies the default height of tree nodes, in pixels.

Declaration

delphi
property DefaultNodeHeight: Word read; write; default 40;

Property Value

TypeDefault
Word40

Remarks

Use this property to adjust the height of the tree nodes whose Height property is set to 0.

The minimum node height is 16 pixels if no image list is assigned to the Images property. Otherwise, the minimum node height equals the associated image list’s doubled Height property value.

The DefaultNodeHeight 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 DefaultNodeHeight property is 40.

See Also

TdxCustomOrgChart.DefaultNodeWidth

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit