Navigation :
StyleCode Property: textVerticalAlign
textVerticalAlign
Specifies the vertical text alignment inside the tile.
| Applies to |
Type |
Default |
assert
label |
top, center, bottom |
bottom |
Examples
// Example: assert
myAssertion = false
show assert "My Assert" a1b1 { textVerticalAlign: "center" } with
myAssertion
// Example: label
show label "My Label" a1b1 { textVerticalAlign: "center" }