WpfViewOptionExtensions.ZoomLevel(IEditorOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- IEditorOptions
The IEditorOptions.
Returns
The zoomlevel, which scales the view up or down.