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