Module: Google::Cloud::Monitoring::Dashboard::V1::Text::TextStyle::VerticalAlignment

Defined in:
proto_docs/google/monitoring/dashboard/v1/text.rb

Overview

The vertical alignment of both the title and content on a text widget

Constant Summary collapse

VERTICAL_ALIGNMENT_UNSPECIFIED =

No vertical alignment specified, will default to V_TOP

0
V_TOP =

Top-align

1
V_CENTER =

Center-align

2
V_BOTTOM =

Bottom-align

3