TcxImageAnimationOptions.AnimationLoop Property
Specifies if the displayed GIF animation is played only once or multiple times.
Declaration
property AnimationLoop: TdxDefaultBoolean read; write; default bDefault;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxDefaultBoolean | bDefault |
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 AnimationLoop property maps to the AnimationLoop property of the TdxSmartImage container accessible through the editor’s Picture.Graphic property.
Default Value
The AnimationLoop property’s default value is bDefault.
See Also