Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxImageAnimationOptions.AnimationLoop Property

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
TdxDefaultBoolean bDefault
bDefault
The editor’s Picture.Graphic.AnimationLoopCount property defines the number of GIF animation loops.
bTrue
The GIF animation plays continuously while the Animation property is set to bDefault or bTrue.
bFalse
The editor plays the animation of the displayed GIF image only once.

#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