Enum Widget.Types.HorizontalAlignment
Specifies whether widgets align to the left, right, or center of a column.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum Widget.Types.HorizontalAlignment
Fields
Name | Description |
---|---|
Center | Aligns widgets to the center of the column. |
End | Aligns widgets to the end position of the column. For left-to-right layouts, aligns widgets to the right. For right-to-left layouts, aligns widgets to the left. |
Start | Default value. Aligns widgets to the start position of the column. For left-to-right layouts, aligns to the left. For right-to-left layouts, aligns to the right. |
Unspecified | Don't use. Unspecified. |