Back to Devexpress

TdxCustomFlowChart.Zoom Property

vcl-dxflchrt-dot-tdxcustomflowchart-ed6b9445.md

latest904 B
Original Source

TdxCustomFlowChart.Zoom Property

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

Declaration

delphi
property Zoom: Word read; write; default 100;

Property Value

TypeDefault
Word100

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

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit