borderImageSlice property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderImageSlice
Gets the value of "border-image-slice"
Implementation
String get borderImageSlice => getPropertyValue('border-image-slice');
setborderImageSlice (String value)
Sets the value of "border-image-slice"
Implementation
set borderImageSlice(String value) {
setProperty('border-image-slice', value, '');
}