Colors.Orange Property

Definition

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

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

Property Value

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

Applies to