Colors.DarkSalmon Property

Definition

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

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

Property Value

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

Applies to