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

borderAfterStyle property

String get borderAfterStyle

Gets the value of "border-after-style"

Implementation

String get borderAfterStyle => getPropertyValue('border-after-style');
set borderAfterStyle (String value)

Sets the value of "border-after-style"

Implementation

set borderAfterStyle(String value) {
 setProperty('border-after-style', value, '');
}
CssStyleDeclarationBase class

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