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.
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.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. |