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

description

String getcolumnRule

Gets the value of "column-rule"

Implementation

String get columnRule => getPropertyValue('column-rule');

setcolumnRule (String value)

Sets the value of "column-rule"

Implementation

set columnRule(String value) {
  setProperty('column-rule', value, '');
}