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