Color.Maroon Property

Definition

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

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

Property Value

A Color representing a system-defined color.

Applies to