Color.PaleGreen Property

Definition

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

public:
 static property System::Drawing::Color PaleGreen { System::Drawing::Color get(); };
public static System.Drawing.Color PaleGreen { get; }
static member PaleGreen : System.Drawing.Color
Public Shared ReadOnly Property PaleGreen As Color

Property Value

A Color representing a system-defined color.

Applies to