Colors.Black Property

Definition

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

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

Property Value

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

Applies to