Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

RasterPictureBoxAnimationMode Enumeration






Values for the RasterPictureBox.AnimationMode property.
Syntax
public enum RasterPictureBoxAnimationMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterPictureBoxAnimationMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterPictureBoxAnimationMode

            

            
public enum class RasterPictureBoxAnimationMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000UseImageGlobalLoopUse 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.
0x00000001InfinitePlay GIF files in a continuous loop.
Remarks
The RasterPictureBox.AnimationMode property controls user interaction with the control's display.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterPictureBoxAnimationMode

Requirements

Target Platforms

See Also

Reference

Leadtools.WinForms Namespace

Error processing SSI file