public string Zoom { get; set; }
Public Property Zoom As String Get Set
public: property String^ Zoom { String^ get (); void set (String^ value); }
member Zoom : string with get, set