WpfViewOptionExtensions.ZoomLevel(IEditorOptions) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定持久化 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
参数
- options
- IEditorOptions
返回
Zoomlevel,用于放大或缩小视图。