CompletionPresenterStyle.AreGradientsAllowed Property

Determines whether or not ICompletionSession should use gradients.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Overridable Property AreGradientsAllowed As Nullable(Of Boolean)
public virtual Nullable<bool> AreGradientsAllowed { get; protected set; }
public:
virtual property Nullable<bool> AreGradientsAllowed {
    Nullable<bool> get ();
    protected: void set (Nullable<bool> value);
}
abstract AreGradientsAllowed : Nullable<bool> with get, set
override AreGradientsAllowed : Nullable<bool> with get, set
function get AreGradientsAllowed () : Nullable<boolean>
protected function set AreGradientsAllowed (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>
A nullable boolean, true if gradients are allowed, otherwise false.

.NET Framework Security

See Also

Reference

CompletionPresenterStyle Class

Microsoft.VisualStudio.Language.Intellisense Namespace