Show / Hide Table of Contents

Class Columns.Types.Column

A column.

Google Workspace Add-ons and Chat apps: Columns for Google Workspace Add-ons are in Developer Preview.

Inheritance
object
Columns.Types.Column
Implements
IMessage<Columns.Types.Column>
IEquatable<Columns.Types.Column>
IDeepCloneable<Columns.Types.Column>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Card.V1
Assembly: Google.Apps.Card.V1.dll
Syntax
public sealed class Columns.Types.Column : IMessage<Columns.Types.Column>, IEquatable<Columns.Types.Column>, IDeepCloneable<Columns.Types.Column>, IBufferMessage, IMessage

Constructors

Column()

Declaration
public Column()

Column(Column)

Declaration
public Column(Columns.Types.Column other)
Parameters
Type Name Description
Columns.Types.Column other

Properties

HorizontalAlignment

Specifies whether widgets align to the left, right, or center of a column.

Declaration
public Widget.Types.HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type Description
Widget.Types.HorizontalAlignment

HorizontalSizeStyle

Specifies how a column fills the width of the card.

Declaration
public Columns.Types.Column.Types.HorizontalSizeStyle HorizontalSizeStyle { get; set; }
Property Value
Type Description
Columns.Types.Column.Types.HorizontalSizeStyle

VerticalAlignment

Specifies whether widgets align to the top, bottom, or center of a column.

Declaration
public Columns.Types.Column.Types.VerticalAlignment VerticalAlignment { get; set; }
Property Value
Type Description
Columns.Types.Column.Types.VerticalAlignment

Widgets

An array of widgets included in a column. Widgets appear in the order that they are specified.

Declaration
public RepeatedField<Columns.Types.Column.Types.Widgets> Widgets { get; }
Property Value
Type Description
RepeatedField<Columns.Types.Column.Types.Widgets>
In this article
Back to top Generated by DocFX