Colors.PaleGreen Property

Definition

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

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

Property Value

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

Applies to