ICreate.Controls.Bars Send comments on this topic.
AnimationSpeed Enumeration
See Also  
ICreate.Controls.Bars Namespace : AnimationSpeed Enumeration






Specifies the period of time between the rendering of success frames of the animated image. This enumeration determines how the frame delay of the animated image is modified.

Syntax

Visual Basic (Declaration) 
Public Enum AnimationSpeed 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AnimationSpeed
C# 
public enum AnimationSpeed : Enum 
Delphi 
public enum AnimationSpeed = class(Enum)
JScript 
public enum AnimationSpeed extends Enum
Managed Extensions for C++ 
__value public enum AnimationSpeed : public Enum 
C++/CLI 
public enum class AnimationSpeed : public Enum 

Members

MemberDescription
NormalThe duration is as specified by the animated image.
DelayedThe frame delay is increased slightly.
SlowThe frame delay is increased.
VerySlowThe frame delay is increased considerably
SlideShowThe frame delay of the image is ignored and a value of five seconds is used.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ICreate.Controls.Bars.AnimationSpeed

Requirements

Namespace: ICreate.Controls.Bars

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)

See Also