public static string PlotAreaColor { get; set; }Public Shared Property PlotAreaColor As String
Get
Setpublic:
static property String^ PlotAreaColor {
String^ get ();
void set (String^ value);
}static member PlotAreaColor : string with get, set