topAligned property

VxTable get topAligned

Implementation

VxTable get topAligned {
  defaultVerticalAlignment = TableCellVerticalAlignment.top;
  return this;
}