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
{ textVerticalAlign: center }
show assert "My Assert" a1b1 with
myAssertion
// Example: label
{ textVerticalAlign: center }
show label "My Label" a1b1