Color.SkyBlue Property

Definition

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

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

Property Value

A Color representing a system-defined color.

Applies to