menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. shapeImageThreshold property
shapeImageThreshold

shapeImageThreshold property

String get shapeImageThreshold

Gets the value of "shape-image-threshold"

Implementation

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

Sets the value of "shape-image-threshold"

Implementation

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

AltStyle によって変換されたページ (->オリジナル) /