Module: Google::Apps::Card::V1::Columns::Column::VerticalAlignment
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
Specifies whether widgets align to the top, bottom, or center of a column.
Constant Summary collapse
- VERTICAL_ALIGNMENT_UNSPECIFIED =
Don't use. Unspecified.
0- CENTER =
Default value. Aligns widgets to the center of a column.
1- TOP =
Aligns widgets to the top of a column.
2- BOTTOM =
Aligns widgets to the bottom of a column.
3