Colors.Cornsilk Property

Definition

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

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

Property Value

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

Applies to