TcxImageAnimationOptions.AnimationLoop Property
In This Article
Specifies if the displayed GIF animation is played only once or multiple times.
#Declaration
Delphi
property AnimationLoop: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
b |
#Remarks
The image editor plays the animation of the displayed GIF image if the Animation property is set to bDefault or bTrue. You can use the AnimationLoop
property to specify the number of animation playback iterations.
Note
The Animation
property maps to the Animation
#Default Value
The AnimationLoop
property’s default value is bDefault.
See Also