Enum Columns.Types.Column.Types.HorizontalSizeStyle
Specifies how a column fills the width of the card. The width of each
column depends on both the HorizontalSizeStyle and the width of the
widgets within the column.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public enum Columns.Types.Column.Types.HorizontalSizeStyle
Fields
| Name | Description |
|---|---|
| FillAvailableSpace | Default value. Column fills the available space, up to 70% of the
card's width. If both columns are set to |
| FillMinimumSpace | Column fills the least amount of space possible and no more than 30% of the card's width. |
| Unspecified | Don't use. Unspecified. |