Enum Columns.Types.Column.Types.VerticalAlignment
Specifies whether widgets align to the top, bottom, or center of a column.
Google Workspace Add-ons and Chat apps: Columns for Google Workspace Add-ons are in Developer Preview.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum Columns.Types.Column.Types.VerticalAlignment
Fields
Name | Description |
---|---|
Bottom | Aligns widgets to the bottom of a column. |
Center | Default value. Aligns widgets to the center of a column. |
Top | Aligns widgets to the top of a column. |
Unspecified | Don't use. Unspecified. |