WpfViewOptionExtensions.IsSimpleGraphicsEnabled Method

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

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function IsSimpleGraphicsEnabled ( _
    options As IEditorOptions _
) As Boolean
public static bool IsSimpleGraphicsEnabled(
    this IEditorOptions options
)
[ExtensionAttribute]
public:
static bool IsSimpleGraphicsEnabled(
    IEditorOptions^ options
)
static member IsSimpleGraphicsEnabled : 
        options:IEditorOptions -> bool
public static function IsSimpleGraphicsEnabled(
    options : IEditorOptions
) : boolean

Parameters

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEditorOptions. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

WpfViewOptionExtensions Class

Microsoft.VisualStudio.Text.Editor.OptionsExtensionMethods Namespace