columnRuleColor property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getcolumnRuleColor
Gets the value of "column-rule-color"
Implementation
String get columnRuleColor => getPropertyValue('column-rule-color');
setcolumnRuleColor (String value)
Sets the value of "column-rule-color"
Implementation
set columnRuleColor(String value) {
setProperty('column-rule-color', value, '');
}