vAlign property

String get vAlign

The vAlign property of the HTMLTableCellElement interface is a string indicating how to vertically align text in a th or td table cell.

Note: This property is deprecated. Use the CSS property to horizontally align text in a cell instead.

Implementation

external String get vAlign;
set vAlign (String value)

Implementation

external set vAlign(String value);