public int Zoom { get; set; }
Public Property Zoom As Integer Get Set
public: property int Zoom { int get (); void set (int value); }
member Zoom : int with get, set
In This Article