Icon TBackgroundImageAnimateDirection

Unit: WebUI

TBackgroundImageAnimateDirection = (idVertical,idHorizontal)

Available In: Client Applications

The TBackgroundImageAnimateDirection enumerated type is used with the TBackgroundImage BeginAnimation method to specify in which direction the background image should be animated.

Information The specified animation direction should match the actual orientation of the animation frames in the background image. If it doesn't match, then the animation will not appear correctly.


ElementDescription
idHorizontalSpecifies that the background image should be animated in a horizontal direction.
idVerticalSpecifies that the background image should be animated in a vertical direction.
Image