TdxCustomSmartImage.AnimationLoop Property
In This Article
Specifies the animation sequence playback mode for the stored animated image.
#Declaration
Delphi
property AnimationLoop: TdxDefaultBoolean read; write; default bTrue;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Options include:
Value | Meaning |
---|---|
b |
The multiple-run animation mode. In this case, the Animation |
b |
The endless animation mode. By default, the stored image’s animation sequence is played continuously, regardless of the Animation |
b |
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