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

description

String getborderImage

Gets the value of "border-image"

Implementation

String get borderImage => getPropertyValue('border-image');

setborderImage (String value)

Sets the value of "border-image"

Implementation

set borderImage(String value) {
  setProperty('border-image', value, '');
}