SignatureHelpPresenterStyle::AreGradientsAllowed Property

 

Determines whether or not gradients should be used in the presentation of a ISignatureHelpSession.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
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.

Return to top
Show: