DefaultWpfViewOptions.EnableMouseWheelZoomId Field

Determines whether to enable mouse wheel zooming.

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 Security

See Also

Reference

DefaultWpfViewOptions Class

Microsoft.VisualStudio.Text.Editor Namespace