WpfViewOptionExtensions::IsSimpleGraphicsEnabled Method (IEditorOptions^)
Visual Studio 2015
Determines whether the option to draw a gradient selection is enabled.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
public: [ExtensionAttribute] static bool IsSimpleGraphicsEnabled( IEditorOptions^ options )
Parameters
- options
-
Type:
Microsoft.VisualStudio.Text.Editor::IEditorOptions^
The IEditorOptions.
Return Value
Type: System::Booleantrue if the draw gradient selection option was enabled, otherwise false.
Show: