Colors.LightSkyBlue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.