Colors.GreenYellow Property

Definition

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

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

Property Value

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

Applies to