Colors.Crimson Property

Definition

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

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

Property Value

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

Applies to