public bool HighResolutionGraphics { get; set; }Public Property HighResolutionGraphics As Boolean
Get
Setpublic:
property bool HighResolutionGraphics {
bool get ();
void set (bool value);
}member HighResolutionGraphics : bool with get, set