Color.DarkGray Property

Definition

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

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

Property Value

A Color representing a system-defined color.

Applies to