Skip to main content

TcxImageAnimationOptions.Animation Property

Specifies if the animation playback is enabled for the displayed GIF image.

Declaration

property Animation: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default Description
TdxDefaultBoolean bDefault
bDefault | bTrue
The editor plays the animation of the displayed GIF image.
bFalse
The editor displays the current GIF animation frame.

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 TdxSmartImage container accessible through the editor’s Picture.Graphic property.

Default Value

The Animation property’s default value is bDefault.

See Also