Color.DarkOrange Property

Definition

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

public:
 static property System::Drawing::Color DarkOrange { System::Drawing::Color get(); };
public static System.Drawing.Color DarkOrange { get; }
static member DarkOrange : System.Drawing.Color
Public Shared ReadOnly Property DarkOrange As Color

Property Value

A Color representing a system-defined color.

Applies to