TdxRichEditBehaviorOptions.MinZoomFactor Property
Specifies the lower limit of document zooming.
Declaration
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