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

maxHeight property

String get maxHeight

Gets the value of "max-height"

Implementation

String get maxHeight => getPropertyValue('max-height');
set maxHeight (String value)

Sets the value of "max-height"

Implementation

set maxHeight(String value) {
 setProperty('max-height', value, '');
}
CssStyleDeclarationBase class

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