Color.Black Property
Definition
Gets a system-defined color that has an ARGB value of #FF000000
.
public:
static property System::Drawing::Color Black { System::Drawing::Color get(); };
public static System.Drawing.Color Black { get; }
member this.Black : System.Drawing.Color
Public Shared ReadOnly Property Black As Color
Property Value
Remarks
For an example of this color, see Colors by Name.