Colors.Gold Property

Definition

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

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

Property Value

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

Applies to