imageRendering property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getimageRendering

Gets the value of "image-rendering"

Implementation

String get imageRendering => getPropertyValue('image-rendering');

setimageRendering (String value)

Sets the value of "image-rendering"

Implementation

set imageRendering(String value) {
  setProperty('image-rendering', value, '');
}