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 |
---|---|
|
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.Refer to RasterPictureBox.
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