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

description

String getclip

Gets the value of "clip"

Implementation

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

setclip (String value)

Sets the value of "clip"

Implementation

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