Skip to main content

TcxImageAnimationOptions.AnimationLoop Property

Controls if the animation of a GIF image is looped for continuous playback or is played only once.

Declaration

property AnimationLoop: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default
TdxDefaultBoolean bDefault

Remarks

Options include:

Value Meaning
bDefault The animation is looped to play the number of times specified by the AnimationLoopCount property of the graphic object accessible via the image editor’s Picture.Graphic property.
bTrue The animation is played continuously, regardless of the graphic object’s AnimationLoopCount property setting.
bFalse The animation is played only once.

A value set to the AnimationLoop property is automatically set to the graphic object’s AnimationLoop property.

The default value of the AnimationLoop property is bDefault.

See Also