TcxCustomRichEditProperties.ZoomFactor Property
Specifies the zoom factor of the editor’s content.
Declaration
property ZoomFactor: Double read; write;
Property Value
Type |
---|
Double |
Remarks
The property value ranges from 1/64 to 64 (from 1/64 to 6400 percent, when 1 corresponds 100 percent). This feature is supported by the rich editor version 4.1 or later (the editor’s RichVersion property returns 410).
The default value of the ZoomFactor property is 1.
See Also