imageOrientation property

String imageOrientation

@deprecated

MDN Reference

Implementation

_i2.String get imageOrientation => _i4.getProperty(
      this,
      'imageOrientation',
    );
void imageOrientation=(String value)

Implementation

set imageOrientation(_i2.String value) {
  _i4.setProperty(
    this,
    'imageOrientation',
    value,
  );
}