←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly