Visual Basic (Declaration) | |
---|---|
Public Enum RasterPictureBoxAnimationMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPictureBoxAnimationMode |
C# | |
---|---|
public enum RasterPictureBoxAnimationMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterPictureBoxAnimationMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Infinite | Play GIF files in a continuous loop. |
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. |
The RasterPictureBox.AnimationMode property controls user interaction with the control's display.
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterPictureBoxAnimationMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7