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

marginBefore property

String get marginBefore

Gets the value of "margin-before"

Implementation

String get marginBefore => getPropertyValue('margin-before');
set marginBefore (String value)

Sets the value of "margin-before"

Implementation

set marginBefore(String value) {
 setProperty('margin-before', value, '');
}
CssStyleDeclarationBase class

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