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

description

String getboxLines

Gets the value of "box-lines"

Implementation

String get boxLines => getPropertyValue('box-lines');

setboxLines (String value)

Sets the value of "box-lines"

Implementation

set boxLines(String value) {
  setProperty('box-lines', value, '');
}