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);
RichTextBox Class | RichTextBox Members | System.WinForms Namespace