Colors.DarkGoldenrod Property

Definition

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

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

Property Value

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

Applies to