Colors.LightCyan Property

Definition

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

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

Property Value

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

Applies to