Color.DarkSlateGray Property

Definition

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

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

Property Value

A Color representing a system-defined color.

Applies to