TcxImageAnimationOptions Class
Stores animation settings in an image editor.
Declaration
TcxImageAnimationOptions = class(
TcxOwnedPersistent
)
Remarks
Image editors can play animated GIF files.
Main API Members
The list below outlines key members of the TcxImageAnimationOptions
class. These settings allow you to manage GIF image animation playback.
- Animation
Allows you to play and pause the animation of the currently displayed GIF image.
This property maps to the Animation property of the TdxSmartImage container accessible through the editor’s Picture.Graphic property.
- AnimationLoop
Specifies if the current GIF animation is looped.
This property maps to the AnimationLoop property of the TdxSmartImage container accessible through the editor’s Picture.Graphic property.
Direct TcxImageAnimationOptions Class Reference
The TcxCustomImage.AnimationOptions property references a TcxImageAnimationOptions
object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxImageAnimationOptions
See Also