Module: Google::Cloud::Monitoring::Dashboard::V1::Text::TextStyle::HorizontalAlignment
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/text.rb
Overview
The horizontal alignment of both the title and content on a text widget
Constant Summary collapse
- HORIZONTAL_ALIGNMENT_UNSPECIFIED =
No horizontal alignment specified, will default to H_LEFT
0
- H_LEFT =
Left-align
1
- H_CENTER =
Center-align
2
- H_RIGHT =
Right-align
3