Colors.Lime Property

Definition

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

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

Property Value

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

Applies to