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

description

String getorientation

Gets the value of "orientation"

Implementation

String get orientation => getPropertyValue('orientation');

setorientation (String value)

Sets the value of "orientation"

Implementation

set orientation(String value) {
  setProperty('orientation', value, '');
}