LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

AnimationMode Property






Determines whether to use the image global animation loop or to loop the animation continuously.
Syntax
[DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")]
[CategoryAttribute("Behavior")]
public RasterPictureBoxAnimationMode AnimationMode {get; set;}
'Declaration
 
<DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")>
<CategoryAttribute("Behavior")>
Public Property AnimationMode As RasterPictureBoxAnimationMode
'Usage
 
Dim instance As RasterPictureBox
Dim value As RasterPictureBoxAnimationMode
 
instance.AnimationMode = value
 
value = instance.AnimationMode
[DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")]
[CategoryAttribute("Behavior")]
public RasterPictureBoxAnimationMode AnimationMode {get; set;}
DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")
CategoryAttribute("Behavior")
 get_AnimationMode();
set_AnimationMode(value);
[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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterPictureBox Class
RasterPictureBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.