resize property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getresize

Gets the value of "resize"

Implementation

String get resize => getPropertyValue('resize');

setresize (String value)

Sets the value of "resize"

Implementation

set resize(String value) {
  setProperty('resize', value, '');
}