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.Refer to RasterPictureBox.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7