QuickInfoPresenterStyle.AreGradientsAllowed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value determining whether or not gradients should be used in the presentation of a IQuickInfoSession.
public: virtual property Nullable<bool> AreGradientsAllowed { public:
Nullable<bool> get(); protected:
void set(Nullable<bool> value); };
public virtual bool? AreGradientsAllowed { get; protected set; }
member this.AreGradientsAllowed : Nullable<bool> with get, set
Public Overridable Property AreGradientsAllowed As Nullable(Of Boolean)
Property Value
true if gradients are allowed, otherwise false, or null.