Colors.SlateGray Property

Definition

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

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

Property Value

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

Applies to