ICreate.Controls.Bars Send comments on this topic.
AnimationSpeed Property
See Also 
ICreate.Controls.Bars Namespace > SuperPanel Class : AnimationSpeed Property






Gets or sets the speed at which the Animation is rendered.

Syntax

Visual Basic (Declaration) 
Public Property AnimationSpeed As AnimationSpeed
Visual Basic (Usage)Copy Code
Dim instance As SuperPanel
Dim value As AnimationSpeed
 
instance.AnimationSpeed = value
 
value = instance.AnimationSpeed
C# 
public AnimationSpeed AnimationSpeed {get; set;}
Delphi 
public read-write property AnimationSpeed: AnimationSpeed; 
JScript 
public function get,set AnimationSpeed : AnimationSpeed
Managed Extensions for C++ 
public: __property AnimationSpeed get_AnimationSpeed();
public: __property void set_AnimationSpeed( 
   AnimationSpeed value
);
C++/CLI 
public:
property AnimationSpeed AnimationSpeed {
   AnimationSpeed get();
   void set (AnimationSpeed value);
}

Return Value

An AnimationSpeed value, this property controls the duration of the pause between frames of the Animation. The default value is Normal.

Requirements

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

See Also