RecorderLabelTextAlign

Enumeration of the recorder label text alignment.
View as Markdown

Enumeration of the recorder label text alignment. Can be passed via the RecorderLabels.textAlign parameter. Add the following line to your scenario code to use the enum:

require(Modules.Recorder);

Values

TOP_LEFT
'T+L'
TOP_CENTER
'T+C'
TOP_RIGHT
'T+R'
MIDDLE_LEFT
'M+L'
MIDDLE_CENTER
'M+C'
MIDDLE_RIGHT
'M+R'
BOTTOM_LEFT
'B+L'
BOTTOM_CENTER
'B+C'
BOTTOM_RIGHT
'B+R'