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