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
1 2 3 4 5 6

// Example: label
{ textVerticalAlign: center }
show label "My Label" a1b1
1 2 3

User Contributed Notes
0 notes + add a note