StyleCode Property: textVerticalAlign

🚧 Work in progress — This documents the redesigned dashboard layout system, which is still under active development and subject to change. It is not compatible with the older v1 dashboard tile system.

textVerticalAlign

Specifies the vertical text alignment inside the tile.

Applies to Type Default
label top, center, bottom bottom

Examples

// Example: label
show label "My Label" { 1..2, 1..2 ; textVerticalAlign: "center" }

User Contributed Notes
0 notes + add a note