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

top property

String get top

Gets the value of "top"

Implementation

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

Sets the value of "top"

Implementation

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

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