TdxRichEditBehaviorOptions.MinZoomFactor Property
In This Article
Specifies the lower limit of document zooming.
#Declaration
Delphi
property MinZoomFactor: 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 MinZoomFactor property is set to 0.10.
Note
To disable or enable the Rich Edit control’s document zooming capability, use the Zooming property.
See Also