<< Click to Display Table of Contents >> Filling |
![]() ![]() ![]() |
Filling property lets to control filling of the object depending on value of the tag. To edit filling property click Filling tab on the object property window.
Property |
Description |
Tag |
Select the tag value of which will be used to control filling. |
Minimum* |
Enter minimum value of the object’s filling in the field. |
Maximum* |
Enter maximum value of the object’s filling in the field. |
* These properties you can use in ST scripts by using minimum or maximum properties keywords. For example:
Objects.Rectangle.maximum = 200;