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

DefaultZoomFactor Constant

In This Article

Specifies the default zoom factor used to display a document within the Rich Edit control.

#Declaration

Delphi
const DefaultZoomFactor = 1.0;

#Remarks

The default zoom factor used to display a newly opened document unless the ZoomFactor value is explicitly specified. The DefaultZoomFactor constant value corresponds to a document’s real size.

Note

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

See Also