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

zoom property

String get zoom

Gets the value of "zoom"

Implementation

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

Sets the value of "zoom"

Implementation

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

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