ax property

Implementation

CSSNumericValue get ax => js_util.getProperty(this, 'ax');
void ax=(CSSNumericValue newValue)

Implementation

set ax(CSSNumericValue newValue) {
  js_util.setProperty(this, 'ax', newValue);
}