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

maskBoxImageRepeat property

String get maskBoxImageRepeat

Gets the value of "mask-box-image-repeat"

Implementation

String get maskBoxImageRepeat => getPropertyValue('mask-box-image-repeat');
set maskBoxImageRepeat (String value)

Sets the value of "mask-box-image-repeat"

Implementation

set maskBoxImageRepeat(String value) {
 setProperty('mask-box-image-repeat', value, '');
}
CssStyleDeclarationBase class

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