Colors.DimGray Property

Definition

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

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

Property Value

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

Applies to