Set the speed of the signage.
void @SignageSetSpeed(string classname, int speed);
Parameters
string classname : The class name of the object.
int speed : The speed at which text moves (Pixel/Second)
Return Value
None.
Example
@SignageSetSpeed("SignageText1", 50);
Description : Set the SignageText1 object's text movement speed to 50 pixels per second (50 Pixel/Sec).
Version Information
Supported Version: 10.3.3 or higher
Related Helps