LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
AnimationMode Property
See Also 
Leadtools.WinForms Namespace > RasterPictureBox Class : AnimationMode Property



Determines whether to use the image global animation loop or to loop the animation continuously.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")>
<CategoryAttribute("Behavior")>
Public Property AnimationMode As RasterPictureBoxAnimationMode
Visual Basic (Usage)Copy Code
Dim instance As RasterPictureBox
Dim value As RasterPictureBoxAnimationMode
 
instance.AnimationMode = value
 
value = instance.AnimationMode
C# 
[DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")]
[CategoryAttribute("Behavior")]
public RasterPictureBoxAnimationMode AnimationMode {get; set;}
C++/CLI 
[DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")]
[CategoryAttribute("Behavior")]
public:
property RasterPictureBoxAnimationMode AnimationMode {
   RasterPictureBoxAnimationMode get();
   void set (    RasterPictureBoxAnimationMode value);
}

Property Value

Determines whether to use the image global animation loop or to loop the animation continuously.

Example

Refer to RasterPictureBox.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also