align property

int align

Implementation

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

Implementation

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