textOrientation property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String gettextOrientation
Gets the value of "text-orientation"
Implementation
String get textOrientation => getPropertyValue('text-orientation');
settextOrientation (String value)
Sets the value of "text-orientation"
Implementation
set textOrientation(String value) {
setProperty('text-orientation', value, '');
}