imageHeight property

MediaSettingsRange imageHeight

Implementation

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

Implementation

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