imageWidth property

MediaSettingsRange get imageWidth

Implementation

MediaSettingsRange get imageWidth => js_util.getProperty(this, 'imageWidth');
set imageWidth (MediaSettingsRange newValue)

Implementation

set imageWidth(MediaSettingsRange newValue) {
  js_util.setProperty(this, 'imageWidth', newValue);
}