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

borderLeft property

String get borderLeft

Gets the value of "border-left"

Implementation

String get borderLeft => getPropertyValue('border-left');
set borderLeft (String value)

Sets the value of "border-left"

Implementation

set borderLeft(String value) {
 setProperty('border-left', value, '');
}
CssStyleDeclarationBase class

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