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