<< Click to Display Table of Contents >> Control (for sliders) |
![]() ![]() ![]() |
Control property lets object to write value to the tag. To edit control property click Control tab on the object property window.
Property |
Description |
Tag |
Select the tag value of which will be changed. |
Minimum* |
Enter minimum value of the object’s control in the field. |
Maximum* |
Enter maximum value of the object’s control in the field. |
Snap to ticks |
Check it if you want to bind control’s value to scale ticks. |
Decimal position |
Enter decimal position of displayed numeric text in the field. |
* These properties you can use in ST scripts by using minimum or maximum properties keywords. For example:
Objects.Slider.maximum = 200;