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

appearance property

String get appearance

Gets the value of "appearance"

Implementation

String get appearance => getPropertyValue('appearance');
set appearance (String value)

Sets the value of "appearance"

Implementation

set appearance(String value) {
 setProperty('appearance', value, '');
}
CssStyleDeclarationBase class

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