Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxImageAnimationOptions Class

Stores animation settings in an image editor.

#Declaration

Delphi
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