New to Telerik UI for WPFStart a free 30-day trial

Callout animations provided by AnimationManager.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
[Flags]
public enum CalloutAnimation

Fields

A 'Fade' animation type.

C#
Fade = 1

Combination of 'Fade' and 'Move' animations.

C#
FadeAndMove = Fade | Move

Combination of 'Fade' and 'Reveal' animations.

C#
FadeAndReveal = Fade | Reveal

Combination of 'Fade' and 'Scale' animations.

C#
FadeAndScale = Fade | Scale

A 'Move' animation type.

C#
Move = 2

No animation.

C#
None = 0

A 'Reveal' animation type.

C#
Reveal = 4

A 'Scale' animation type.

C#
Scale = 8