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

borderImageSource property

String get borderImageSource

Gets the value of "border-image-source"

Implementation

String get borderImageSource => getPropertyValue('border-image-source');
set borderImageSource (String value)

Sets the value of "border-image-source"

Implementation

set borderImageSource(String value) {
 setProperty('border-image-source', value, '');
}
CssStyleDeclarationBase class

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