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

borderBeforeWidth property

String get borderBeforeWidth

Gets the value of "border-before-width"

Implementation

String get borderBeforeWidth => getPropertyValue('border-before-width');
set borderBeforeWidth (String value)

Sets the value of "border-before-width"

Implementation

set borderBeforeWidth(String value) {
 setProperty('border-before-width', value, '');
}
CssStyleDeclarationBase class

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