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

boxReflect property

String get boxReflect

Gets the value of "box-reflect"

Implementation

String get boxReflect => getPropertyValue('box-reflect');
set boxReflect (String value)

Sets the value of "box-reflect"

Implementation

set boxReflect(String value) {
 setProperty('box-reflect', value, '');
}
CssStyleDeclarationBase class

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