imageOrientation property
String
get
imageOrientation
@deprecated
Implementation
_i2.String get imageOrientation => _i4.getProperty(
this,
'imageOrientation',
);
set
imageOrientation
(String value)
Implementation
set imageOrientation(_i2.String value) {
_i4.setProperty(
this,
'imageOrientation',
value,
);
}