LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

AnimationMode Property

Show in webframe





Determines whether to use the image global animation loop or to loop the animation continuously.
Syntax
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")]
public RasterPictureBoxAnimationMode AnimationMode {get; set;}
'Declaration
 
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")>
Public Property AnimationMode As RasterPictureBoxAnimationMode
'Usage
 
Dim instance As RasterPictureBox
Dim value As RasterPictureBoxAnimationMode
 
instance.AnimationMode = value
 
value = instance.AnimationMode

            

            
[CategoryAttribute("Behavior")]
[DescriptionAttribute("Indicating whether to use the image global animation loop or to loop the animation continuously.")]
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

See Also

Reference

RasterPictureBox Class
RasterPictureBox Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.