topAligned property

VxTable topAligned

Implementation

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