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

boxLines property

String get boxLines

Gets the value of "box-lines"

Implementation

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

Sets the value of "box-lines"

Implementation

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

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