Skip to content

Field Properties - Common Tab - Text Rotation

The text can be rotated by a number of degrees.

Supported values are 0, 90, 180, and 270, where 90 and 180 are vertical and 270 is upside-down.

The setting can be specified via the Text rotation combo box or via the result of a function. An example of a function to align the field is:

if {?TextRotation} = 1 then
    return 180
else
    return 0
end