WpfViewOptionExtensions.IsSimpleGraphicsEnabled(IEditorOptions) Method

Definition

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

Parameters

Returns

true if the draw selection gradient option was enabled, otherwise false.

Applies to