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: Nullable<Boolean>
A nullable boolean, true if gradients are allowed, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.