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

textUnderlineStyle property

String get textUnderlineStyle

Gets the value of "text-underline-style"

Implementation

String get textUnderlineStyle => getPropertyValue('text-underline-style');
set textUnderlineStyle (String value)

Sets the value of "text-underline-style"

Implementation

set textUnderlineStyle(String value) {
 setProperty('text-underline-style', value, '');
}
CssStyleDeclarationBase class

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