Color.Azure Property

Definition

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

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

Property Value

A Color representing a system-defined color.

Applies to