Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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);
}

Return 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also