Enum AnimatorStyles
Defines the time of the animation occurrence.
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[Flags]
public enum AnimatorStyles
AnimateAlways
Indicates that animation is always played.
AnimateWhenApply
Indicates that animation is played on applying a setting.
AnimateWhenUnapply
Indicates that animation is played on up-apply a setting.
DoNotAnimate
Indicates that no animation is played.