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
|
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