MouseWheelZoomEnabled Class
Defines the option to enable the mouse wheel zoom
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<Boolean>
Microsoft.VisualStudio.Text.Editor.WpfViewOptionDefinition<Boolean>
Microsoft.VisualStudio.Text.Editor.MouseWheelZoomEnabled
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
<NameAttribute("TextView/MouseWheelZoom")> _
<ExportAttribute(GetType(EditorOptionDefinition))> _
Public NotInheritable Class MouseWheelZoomEnabled _
Inherits WpfViewOptionDefinition(Of Boolean)
[NameAttribute("TextView/MouseWheelZoom")]
[ExportAttribute(typeof(EditorOptionDefinition))]
public sealed class MouseWheelZoomEnabled : WpfViewOptionDefinition<bool>
[NameAttribute(L"TextView/MouseWheelZoom")]
[ExportAttribute(typeof(EditorOptionDefinition))]
public ref class MouseWheelZoomEnabled sealed : public WpfViewOptionDefinition<bool>
[<Sealed>]
[<NameAttribute("TextView/MouseWheelZoom")>]
[<ExportAttribute(typeof(EditorOptionDefinition))>]
type MouseWheelZoomEnabled =
class
inherit WpfViewOptionDefinition<bool>
end
public final class MouseWheelZoomEnabled extends WpfViewOptionDefinition<boolean>
The MouseWheelZoomEnabled type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MouseWheelZoomEnabled | Initializes a new instance of MouseWheelZoomEnabled. |
Top
Properties
Name | Description | |
---|---|---|
Default | Gets the default value, which is true. (Overrides EditorOptionDefinition<T>.Default.) | |
DefaultValue | Gets the default value of the option. (Inherited from EditorOptionDefinition<T>.) | |
Key | Gets the WPF text view value. (Overrides EditorOptionDefinition<T>.Key.) | |
Name | Gets the name of the option. (Inherited from EditorOptionDefinition<T>.) | |
ValueType | Gets the actual type of the option. (Inherited from EditorOptionDefinition<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition.) | |
GetHashCode | Gets the hash code of this type. (Inherited from EditorOptionDefinition.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsApplicableToScope | Determines whether this definition is applicable only to text views. (Inherited from WpfViewOptionDefinition<T>.) | |
IsValid(Object%) | Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.