<< Click to Display Table of Contents >> Text/EditField |
|
Let's look at the "General" properties of this object (properties not listed in the table are common to all objects, you can read about them here)
Property |
ST script field |
Description |
---|---|---|
Text |
text |
Text displayed on the screen by using this object. |
Font type |
fonttype |
Type of the text's font. |
Underline |
underline |
Check if you want to underline the text. |
Font size |
fontsize |
Size of the text's font. |
Text placement |
textplacement |
Placement of the text: ▪Left ▪Center ▪Right |
Text color |
textcolor |
Color of the text. |
Border |
useborder |
Select use or not use border for the text. |
Border width |
linewidth |
Width of the border's line. |
Border color |
bordercolor |
Color of the border's line. |
Fill |
fill |
Select fill or not fill text's background. |
Fill color |
fillcolor |
Color of the text's background. |
Also for all text/editfield objects you can use fields in ST scripts:
▪textbefore - text before the value.
▪textafter - text after the value.
▪decimalpos - decimal position for the value.Properties from the "Line Color" tab are described here.
Properties from the "Text input" tab are described here.
Properties from the "Output value" tab are described here.
Properties from the "Text Color" tab are described here.
Properties from the "Line Color" tab are described here.
Properties from the "Fill Color" tab are described here.
Properties from the "Flash" tab are described here.
Properties from the "Rotation" tab are described here.
Properties from the "Motion" tab are described here.
Properties from the "Visibility" tab are described here.