W3cubDocs

/Dart 2

maskRepeatY property

String maskRepeatY

Gets the value of "mask-repeat-y"

Implementation

String get maskRepeatY => getPropertyValue('mask-repeat-y');
void maskRepeatY= (String value)

Sets the value of "mask-repeat-y"

Implementation

set maskRepeatY(String value) {
  setProperty('mask-repeat-y', value, '');
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-html/CssStyleDeclarationBase/maskRepeatY.html