WpfViewOptionExtensions.ZoomLevel(IEditorOptions) Method

Definition

Specifies the persisted zoomlevel.

public:
[System::Runtime::CompilerServices::Extension]
 static double ZoomLevel(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
 static double ZoomLevel(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static double ZoomLevel (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member ZoomLevel : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> double
<Extension()>
Public Function ZoomLevel (options As IEditorOptions) As Double

Parameters

Returns

The zoomlevel, which scales the view up or down.

Applies to