NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.ZoomFactor

The current zoom level for the RichTextBox control. This may be between 1/64 and 64. 1.0 indicates no zoom (i.e. normal viewing). Zoom works best with TrueType fonts; for non-TrueType fonts, ZoomFactor will be treated as the nearest whole number.

[Visual Basic]
Public Property ZoomFactor As Single
[C#]
public float ZoomFactor {get; set;}
[C++]
public: __property float get_ZoomFactor();
public: __property void set_ZoomFactor(float);
[JScript]
public function get ZoomFactor() : float;
public function set ZoomFactor(float);

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace