TcxImageAnimationOptions.Animation Property
In This Article
Specifies if the animation playback is enabled for the displayed GIF image.
#Declaration
Delphi
property Animation: TdxDefaultBoolean read; write; default bDefault;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
b |
#Remarks
You can use the Animation
property to play or pause the animation of the displayed GIF image.
Note
The Animation
property maps to the Animation property of the Tdx
#Default Value
The Animation
property’s default value is bDefault.
See Also