WpfViewOptionExtensions::IsSimpleGraphicsEnabled Method (IEditorOptions^)

 

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)

public:
[ExtensionAttribute]
static bool IsSimpleGraphicsEnabled(
	IEditorOptions^ options
)

Return Value

Type: System::Boolean

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

Return to top
Show: