Enum
CalloutAnimation

Callout animations provided by AnimationManager.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
[Flags]
public enum CalloutAnimation

Fields

Fade

A 'Fade' animation type.

Declaration

cs-api-definition
Fade = 1

Field Value

CalloutAnimation

FadeAndMove

Combination of 'Fade' and 'Move' animations.

Declaration

cs-api-definition
FadeAndMove = Fade | Move

Field Value

CalloutAnimation

FadeAndReveal

Combination of 'Fade' and 'Reveal' animations.

Declaration

cs-api-definition
FadeAndReveal = Fade | Reveal

Field Value

CalloutAnimation

FadeAndScale

Combination of 'Fade' and 'Scale' animations.

Declaration

cs-api-definition
FadeAndScale = Fade | Scale

Field Value

CalloutAnimation

Move

A 'Move' animation type.

Declaration

cs-api-definition
Move = 2

Field Value

CalloutAnimation

None

No animation.

Declaration

cs-api-definition
None = 0

Field Value

CalloutAnimation

Reveal

A 'Reveal' animation type.

Declaration

cs-api-definition
Reveal = 4

Field Value

CalloutAnimation

Scale

A 'Scale' animation type.

Declaration

cs-api-definition
Scale = 8

Field Value

CalloutAnimation