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

clip property

String get clip

Gets the value of "clip"

Implementation

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

Sets the value of "clip"

Implementation

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

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