Colors.DarkGray Property

Definition

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

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

Property Value

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

Applies to