Colors.LightSkyBlue Property

Definition

Gets the system-defined color that has an ARGB value of #FF87CEFA.

public:
 static property Color LightSkyBlue { Color get(); };
static Color LightSkyBlue();
public static Color LightSkyBlue { get; }
var color = Colors.lightSkyBlue;
Public Shared ReadOnly Property LightSkyBlue As Color

Property Value

The system-defined color that has an ARGB value of #FF87CEFA.

Applies to