Colors.Chartreuse Property

Definition

Gets the system-defined color that has an ARGB value of #FF7FFF00.

public:
 static property Color Chartreuse { Color get(); };
static Color Chartreuse();
public static Color Chartreuse { get; }
var color = Colors.chartreuse;
Public Shared ReadOnly Property Chartreuse As Color

Property Value

The system-defined color that has an ARGB value of #FF7FFF00.

Applies to