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