Skip to main content

TcxImageAnimationOptions.Animation Property

Plays/stops animation of a GIF image.

Declaration

property Animation: TdxDefaultBoolean read; write; default bDefault;

Property Value

Type Default
TdxDefaultBoolean bDefault

Remarks

Options include:

Value

Meaning

bDefault or bTrue

Play (resume) the animation of a GIF image (i.e., rendering image frames) on the editor’s surface.

Assigning any of these values sets the Animation property of the graphic object accessible via the image editor’s Picture.Graphic property to True.

bFalse

Stop (pause) the animation in progress.

Assigning this value sets the Animation property of the graphic object accessible via the image editor’s Picture.Graphic property to False.

The default value of the Animation property is bDefault.

See Also