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

description

String getmaskBoxImageSlice

Gets the value of "mask-box-image-slice"

Implementation

String get maskBoxImageSlice => getPropertyValue('mask-box-image-slice');

setmaskBoxImageSlice (String value)

Sets the value of "mask-box-image-slice"

Implementation

set maskBoxImageSlice(String value) {
  setProperty('mask-box-image-slice', value, '');
}