public int scale { get; set; }
Public Property scale As Integer Get Set
public: property int scale { int get (); void set (int value); }