CompletionPresenterStyle::AreGradientsAllowed Property
Visual Studio 2015
Determines whether or not ICompletionSession should use gradients.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property Nullable<bool> AreGradientsAllowed { [CompilerGeneratedAttribute] virtual Nullable<bool> get(); [CompilerGeneratedAttribute] protected: virtual void set(Nullable<bool> value); }
Property Value
Type: System::Nullable<Boolean>A nullable boolean, true if gradients are allowed, otherwise false.
Show: