WpfViewOptionExtensions Class

 

Provides extension methods for options related to an IWpfTextView.

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

System::Object
  Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods::WpfViewOptionExtensions

[ExtensionAttribute]
public ref class WpfViewOptionExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAppearanceCategory(IEditorOptions^)

Specifies the appearance category.

System_CAPS_pubmethodSystem_CAPS_staticIsHighlightCurrentLineEnabled(IEditorOptions^)

Determines whether the option to highlight the current line is enabled.

System_CAPS_pubmethodSystem_CAPS_staticIsMouseWheelZoomEnabled(IEditorOptions^)

Determines whether to allow mouse wheel zooming.

System_CAPS_pubmethodSystem_CAPS_staticIsSimpleGraphicsEnabled(IEditorOptions^)

Determines whether the option to draw a gradient selection is enabled.

System_CAPS_pubmethodSystem_CAPS_staticZoomLevel(IEditorOptions^)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: