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

TdxRichEditBehaviorOptions.MaxZoomFactor Property

Specifies the upper limit of document zooming.

#Declaration

Delphi
property MaxZoomFactor: Single read; write;

#Property Value

Type
Single

#Remarks

The MinZoomFactor and MaxZoomFactor properties are used collectively to set the lower and upper limits (in relative factor values) of document zooming.

By default, the MaxZoomFactor property is set to 5.00.

Note

To disable or enable the Rich Edit control’s document zooming capability, use the Zooming property.

See Also