Colors.Gray Property

Definition

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

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

Property Value

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

Applies to