Colors.Red Property

Definition

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

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

Property Value

The system-defined color that has the ARGB value of #FFFF0000.

Applies to