See the PRIME Parameters, Expressions, and Conditions Guide for more info. |
Expressions may be inserted into any binding that accepts a string of text.
Expression Samples:
Type | Expression |
Bindings |
|
Set X position of one object to another: |
Double |
Image1.PositionX |
Text1.PositionX |
Set X position of one object to another plus an offset: | Double | Image1.PositionX + 100 | Text1.PositionX |
Set Opacity of one object to another times a scale value: | Double | Image1.Opacity * .5 | Text1.Opacity |
Set File of one object to the modified Text of another: | String | "I:\Graphics\" + Text1.Text + ".png" | Image1.File |