C#
VB
C++
Values for the RasterPictureBox.AnimationMode property.
public enum RasterPictureBoxAnimationMode
Public Enum RasterPictureBoxAnimationMode
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class RasterPictureBoxAnimationMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
---|---|---|
0 | UseImageGlobalLoop | Use the Leadtools.RasterImage.AnimationGlobalLoop property when playing GIF files. The AnimationGlobalLoop property specifies whether the animation should not loop (no animation), loop continuously, or loop for N times. |
1 | Infinite | Play GIF files in a continuous loop. |
The RasterPictureBox.AnimationMode property controls user interaction with the control's display.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET