TdxCustomSmartImage.AnimationLoop Property
Specifies the animation sequence playback mode for the stored animated image.
Declaration
property AnimationLoop: TdxDefaultBoolean read; write; default bTrue;
Property Value
Type | Default |
---|---|
TdxDefaultBoolean | bTrue |
Remarks
Options include:
Value | Meaning |
---|---|
bDefault | The multiple-run animation mode. In this case, the AnimationLoopCount property value determines the number of times the stored image’s animation sequence is played. In order to track and/or reset the overall animation playback progress, you can use the AnimationLoopIndex property. |
bTrue | The endless animation mode. By default, the stored image’s animation sequence is played continuously, regardless of the AnimationLoopCount property value. |
bFalse | The single-run animation mode. As the name suggests, the started animation sequence is played only once. |
The default value of the AnimationLoop property is bTrue.
See Also