Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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