perspectiveOriginY property
String perspectiveOriginYGets the value of "perspective-origin-y"
Source
String get perspectiveOriginY => getPropertyValue('perspective-origin-y');void perspectiveOriginY=(
Sets the value of "perspective-origin-y"
Source
set perspectiveOriginY(String value) { setProperty('perspective-origin-y', value, ''); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/CssStyleDeclarationBase/perspectiveOriginY.html