Enum CalloutAnimation
Callout animations provided by AnimationManager.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
[Flags]
public enum CalloutAnimation
Fade
A 'Fade' animation type.
FadeAndMove
Combination of 'Fade' and 'Move' animations.
FadeAndReveal
Combination of 'Fade' and 'Reveal' animations.
FadeAndScale
Combination of 'Fade' and 'Scale' animations.
Move
A 'Move' animation type.
None
No animation.
Reveal
A 'Reveal' animation type.
Scale
A 'Scale' animation type.