QuickInfoPresenterStyle::AreGradientsAllowed Property
Visual Studio 2015
Determines whether or not gradients should be used in the presentation of a IQuickInfoSession.
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>true if gradients are allowed, otherwise false, or null.
Show: