imageSmoothingQuality property
ImageSmoothingQuality
get
imageSmoothingQuality
Implementation
_i3.ImageSmoothingQuality get imageSmoothingQuality =>
_i3.ImageSmoothingQualityOptions.values.byName(_i4.getProperty(
this,
'imageSmoothingQuality',
));
set
imageSmoothingQuality
(ImageSmoothingQuality value)
Implementation
set imageSmoothingQuality(_i3.ImageSmoothingQuality value) {
_i4.setProperty(
this,
'imageSmoothingQuality',
value.name,
);
}