Colors.Goldenrod Property

Definition

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

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

Property Value

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

Applies to