Colors.Salmon Property

Definition

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

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

Property Value

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

Applies to