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

description

String getboxOrient

Gets the value of "box-orient"

Implementation

String get boxOrient => getPropertyValue('box-orient');

setboxOrient (String value)

Sets the value of "box-orient"

Implementation

set boxOrient(String value) {
  setProperty('box-orient', value, '');
}