Colors.LightSalmon Property

Definition

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

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

Property Value

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

Applies to