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

description

String gettableLayout

Gets the value of "table-layout"

Implementation

String get tableLayout => getPropertyValue('table-layout');

settableLayout (String value)

Sets the value of "table-layout"

Implementation

set tableLayout(String value) {
  setProperty('table-layout', value, '');
}