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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.