Skip to main content

TdxCustomFlowChart.Zoom Property

Specifies the scaling factor (as a percentage) applied to the control’s content.

Declaration

property Zoom: Word read; write; default 100;

Property Value

Type Default
Word 100

Remarks

Use this property to shrink or expand the displayed content. To fit it into the control’s area regardless of its size (that is, to enable the “Zoom to fit” mode), set 0 to the Zoom property. In this mode, you can use the RealZoom property to obtain its actual scaling factor.

The default Zoom property value is 100.

See Also