TdxCustomOrgChart.FullWidth Method
Returns the total tree node‘s width.
Declaration
function FullWidth: Integer;
Returns
Type |
---|
Integer |
Remarks
Call this function to return the total width of the control’s content, in pixels.
Unlike the node’s Width property, the FullWidth function always returns the actual tree’s width, regardless of the Rotated property. The Expanded state affects the value returned by the FullWidth function.
To obtain the tree node’s full height, invoke the FullHeight function instead.
See Also