Share via


EnvironmentRenderCapabilities.AreGradientsAllowed Property

Microsoft internal use only..

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property AreGradientsAllowed As Boolean
public bool AreGradientsAllowed { get; private set; }
public:
property bool AreGradientsAllowed {
    bool get ();
    private: void set (bool value);
}
member AreGradientsAllowed : bool with get, private set
function get AreGradientsAllowed () : boolean 
private function set AreGradientsAllowed (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

EnvironmentRenderCapabilities Class

Microsoft.VisualStudio.PlatformUI Namespace