imageOrientation property
ImageOrientation
get
imageOrientation
Implementation
ImageOrientation get imageOrientation =>
ImageOrientation.fromValue(js_util.getProperty(this, 'imageOrientation'));
set
imageOrientation
(ImageOrientation newValue)
Implementation
set imageOrientation(ImageOrientation newValue) {
js_util.setProperty(this, 'imageOrientation', newValue.value);
}