EnumAnimatorStyles
Enum
Defines the time of the animation occurrence.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[Flags]
public enum AnimatorStyles
Fields
AnimateAlways
Indicates that animation is always played.
Declaration
cs-api-definition
AnimateAlways = AnimateWhenApply | AnimateWhenUnapply
Field Value
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.