vAlign property

String vAlign

@deprecated

MDN Reference

Implementation

_i2.String get vAlign => _i4.getProperty(
      this,
      'vAlign',
    );
void vAlign=(String value)

Implementation

set vAlign(_i2.String value) {
  _i4.setProperty(
    this,
    'vAlign',
    value,
  );
}