Colors.OrangeRed Property

Definition

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

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

Property Value

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

Applies to