IEditorOperations.ZoomOut Method

Zooms out of the text view by a scaling factor of 10%.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Sub ZoomOut
void ZoomOut()
void ZoomOut()
abstract ZoomOut : unit -> unit 
function ZoomOut()

Remarks

The minimum zooming scale is 20%.

.NET Framework Security

See Also

Reference

IEditorOperations Interface

Microsoft.VisualStudio.Text.Operations Namespace