Colors.LawnGreen Property

Definition

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

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

Property Value

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

Applies to