borderStyle property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getborderStyle
Gets the value of "border-style"
Implementation
String get borderStyle => getPropertyValue('border-style');
setborderStyle (String value)
Sets the value of "border-style"
Implementation
set borderStyle(String value) {
setProperty('border-style', value, '');
}