Freigeben über


DefaultWpfViewOptions.EnableMouseWheelZoomId-Feld

Bestimmt, ob das Zoomen mit dem Mausrad aktiviert.

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

Syntax

'Declaration
Public Shared ReadOnly EnableMouseWheelZoomId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> EnableMouseWheelZoomId
public:
static initonly EditorOptionKey<bool> EnableMouseWheelZoomId
static val EnableMouseWheelZoomId: EditorOptionKey<bool>
public static final var EnableMouseWheelZoomId : EditorOptionKey<boolean>

.NET Framework-Sicherheit

Siehe auch

Referenz

DefaultWpfViewOptions Klasse

Microsoft.VisualStudio.Text.Editor-Namespace