Colors.SeaGreen Property

Definition

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

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

Property Value

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

Applies to