TdxCustomOrgChart.Zoom Property
Zooms the tree structure out to fit into the client area.
Declaration
property Zoom: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
Set this property to True to fit the tree structure within the control’s client area. This property applies only if the tree structure size exceeds the client area.
The default value of the Zoom property is False.
See Also