bottomAligned property
VxTable
get
bottomAligned
Implementation
VxTable get bottomAligned {
defaultVerticalAlignment = TableCellVerticalAlignment.bottom;
return this;
}
VxTable get bottomAligned {
defaultVerticalAlignment = TableCellVerticalAlignment.bottom;
return this;
}