Version

ZoomLevel Property

Returns/sets the zoom level for the text area of the control. The text and all Margins are included in the zoom area - the scrollbars are not included.
Syntax
'Declaration
 
Public Property ZoomLevel As Double
public double ZoomLevel {get; set;}
Remarks

Note: This value is expressed as a percentage with 1.0 being 100%. Valid values are from .2 to 4.0.

To zoom the text area when running in the Browser (Silverlight or WPF) press the SHIFT key and scroll the mousewheel. When running outside the Browser press the CTRL key and scroll the mousewheel.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also