Module: Google::Apps::Card::V1::Widget::VerticalAlignment

Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

Represents vertical alignment attribute.

Constant Summary collapse

VERTICAL_ALIGNMENT_UNSPECIFIED =

Unspecified type. Do not use.

0
TOP =

Alignment to the top position.

1
MIDDLE =

Alignment to the middle position.

2
BOTTOM =

Alignment to the bottom position.

3