menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. boxOrient property
boxOrient

boxOrient property

String get boxOrient

Gets the value of "box-orient"

Implementation

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

Sets the value of "box-orient"

Implementation

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

AltStyle によって変換されたページ (->オリジナル) /