Colors.LightCoral Property

Definition

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

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

Property Value

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

Applies to