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

MaxZoomFactor Constant

In This Article

Specifies the upper bound of the document View zooming range in the Rich Edit control.

#Declaration

Delphi
const MaxZoomFactor = 10000.0;

#Remarks

The MinZoomFactor and MaxZoomFactor constants determine the lower and upper bounds of the document View’s ZoomFactor property.

Note

The zoom factor value used to display a newly opened document (i.e., the default zoom factor) is determined by the DefaultZoomFactor constant.

See Also