userZoom property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getuserZoom
Gets the value of "user-zoom"
Implementation
String get userZoom => getPropertyValue('user-zoom');
setuserZoom (String value)
Sets the value of "user-zoom"
Implementation
set userZoom(String value) {
setProperty('user-zoom', value, '');
}