←Select platform

AnimationMode Property

Summary

Determines whether to use the image global animation loop or to loop the animation continuously.

Syntax
C#
VB
C++
public RasterPictureBoxAnimationMode AnimationMode { get; set; } 
Public Property AnimationMode() As RasterPictureBoxAnimationMode 
   Get 
   Set 
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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly