vAlign property

String vAlign

Implementation

String get vAlign => js_util.getProperty(this, 'vAlign');
void vAlign=(String newValue)

Implementation

set vAlign(String newValue) {
  js_util.setProperty(this, 'vAlign', newValue);
}