panTiltZoom property

bool panTiltZoom

Implementation

bool get panTiltZoom => js_util.getProperty(this, 'panTiltZoom');
void panTiltZoom=(bool newValue)

Implementation

set panTiltZoom(bool newValue) {
  js_util.setProperty(this, 'panTiltZoom', newValue);
}