Skip to main content

TdxCustomOrgChart.FullHeight Method

Returns the total tree node‘s height.

Declaration

function FullHeight: Integer;

Returns

Type
Integer

Remarks

Call this function to return the total height of the control’s content, in pixels.

Unlike the node’s Height property, the FullHeight function always returns the actual tree’s height, regardless of the Rotated property value. The Expanded state affects the value returned by the FullHeight function.

To obtain the tree node’s full width, invoke the FullWidth function instead.

See Also