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