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

lineBoxContain property

String get lineBoxContain

Gets the value of "line-box-contain"

Implementation

String get lineBoxContain => getPropertyValue('line-box-contain');
set lineBoxContain (String value)

Sets the value of "line-box-contain"

Implementation

set lineBoxContain(String value) {
 setProperty('line-box-contain', value, '');
}
CssStyleDeclarationBase class

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