imageOrientation property

ImageOrientation imageOrientation

Implementation

ImageOrientation get imageOrientation =>
    ImageOrientation.fromValue(js_util.getProperty(this, 'imageOrientation'));
void imageOrientation=(ImageOrientation newValue)

Implementation

set imageOrientation(ImageOrientation newValue) {
  js_util.setProperty(this, 'imageOrientation', newValue.value);
}