Color.Firebrick Property

Definition

Gets a system-defined color that has an ARGB value of #FFB22222.

public:
 static property System::Drawing::Color Firebrick { System::Drawing::Color get(); };
public static System.Drawing.Color Firebrick { get; }
static member Firebrick : System.Drawing.Color
Public Shared ReadOnly Property Firebrick As Color

Property Value

A Color representing a system-defined color.

Applies to