Colors.DarkSeaGreen Property

Definition

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

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

Property Value

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

Applies to