Colors.DarkOrange Property

Definition

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

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

Property Value

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

Applies to