objectPosition property

String objectPosition

Gets the value of "object-position"

Implementation

String get objectPosition => getPropertyValue('object-position');
void objectPosition= (String value)

Sets the value of "object-position"

Implementation

set objectPosition(String value) {
  setProperty('object-position', value, '');
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-html/CssStyleDeclarationBase/objectPosition.html