imageHeight property

MediaSettingsRange get imageHeight

Implementation

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

Implementation

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