Colors.YellowGreen Property

Definition

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

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

Property Value

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

Applies to