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

description

String getshapeImageThreshold

Gets the value of "shape-image-threshold"

Implementation

String get shapeImageThreshold => getPropertyValue('shape-image-threshold');

setshapeImageThreshold (String value)

Sets the value of "shape-image-threshold"

Implementation

set shapeImageThreshold(String value) {
  setProperty('shape-image-threshold', value, '');
}