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