WpfViewOptionExtensions.IsSimpleGraphicsEnabled(IEditorOptions) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the option to draw a gradient selection is enabled.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsSimpleGraphicsEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public:
[System::Runtime::CompilerServices::Extension]
static bool IsSimpleGraphicsEnabled(Microsoft::VisualStudio::Text::Editor::IEditorOptions ^ options);
public static bool IsSimpleGraphicsEnabled (this Microsoft.VisualStudio.Text.Editor.IEditorOptions options);
static member IsSimpleGraphicsEnabled : Microsoft.VisualStudio.Text.Editor.IEditorOptions -> bool
<Extension()>
Public Function IsSimpleGraphicsEnabled (options As IEditorOptions) As Boolean
- options
- IEditorOptions
The IEditorOptions.
true
if the draw selection gradient option was enabled, otherwise false
.