Gets the value of "transform-origin-x"
String get transformOriginX => getPropertyValue('transform-origin-x');
Sets the value of "transform-origin-x"
set transformOriginX(String value) { setProperty('transform-origin-x', value, ''); }