Class ChipList
A list of chips layed out horizontally, which can either scroll horizontally or wrap to the next line.
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class ChipList : IMessage<ChipList>, IEquatable<ChipList>, IDeepCloneable<ChipList>, IBufferMessage, IMessage
Constructors
ChipList()
Declaration
public ChipList()
ChipList(ChipList)
Declaration
public ChipList(ChipList other)
Parameters
Type | Name | Description |
---|---|---|
ChipList | other |
Properties
Chips
An array of chips.
Declaration
public RepeatedField<Chip> Chips { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Chip> |
Layout
Specified chip list layout.
Declaration
public ChipList.Types.Layout Layout { get; set; }
Property Value
Type | Description |
---|---|
ChipList.Types.Layout |