Colors.PaleGoldenrod Property

Definition

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

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

Property Value

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

Applies to