Colors.Coral Property

Definition

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

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

Property Value

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

Applies to