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

description

String getbackgroundRepeatX

Gets the value of "background-repeat-x"

Implementation

String get backgroundRepeatX => getPropertyValue('background-repeat-x');

setbackgroundRepeatX (String value)

Sets the value of "background-repeat-x"

Implementation

set backgroundRepeatX(String value) {
  setProperty('background-repeat-x', value, '');
}