Back to Devexpress

PictureEdit.StopAnimation() Method

windowsforms-devexpress-dot-xtraeditors-dot-pictureedit-c11c43f2.md

latest1.1 KB
Original Source

PictureEdit.StopAnimation() Method

Stops animation of an animated GIF file being displayed in the editor.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void StopAnimation()
vb
Public Overridable Sub StopAnimation

Remarks

The PictureEdit control supports animated GIF files. The StopAnimation method stops animation if it’s in progress.

See Also

StartAnimation()

PictureEdit Class

PictureEdit Members

DevExpress.XtraEditors Namespace