C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / Animation Class / Animated Property

In This Topic
Animated Property (Animation)
In This Topic
Determines the effects to animate. If user want disabled the animation, can set the Animation.disabled = true. If user want set an animation effect, such as "slide", "fade", user set the animation.effect = "slide"
Syntax
'Declaration
 
Public Property Animated As AnimatedOption
 
See Also