Colors.LightSeaGreen Property

Definition

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

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

Property Value

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

Applies to