Colors.AntiqueWhite Property

Definition

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

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

Property Value

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

Applies to