align property

int get align

Implementation

int get align => js_util.getProperty(this, 'align');
set align (int newValue)

Implementation

set align(int newValue) {
  js_util.setProperty(this, 'align', newValue);
}