Object.defineProperty(this, 'bottom', {
      get: function() { return this._bottom; },
      set: function(newValue) {
        this.updateValue('_bottom', newValue);
      }