vcl-cximage-8919f6ca.md
Stores animation settings in an image editor.
TcxImageAnimationOptions = class(
TcxOwnedPersistent
)
Image editors can play animated GIF files.
The list below outlines key members of the TcxImageAnimationOptions class. These settings allow you to manage GIF image animation playback.
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.
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.
The TcxCustomImage.AnimationOptions property references a TcxImageAnimationOptions object.
TObject TPersistent TcxOwnedPersistent TcxImageAnimationOptions
See Also