Class CalloutAnimation
Callout animations provided by AnimationManager.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class CalloutAnimation : Enum
Fields
Fade
A 'Fade' animation type.
Declaration
public const CalloutAnimation Fade
Field Value
CalloutAnimation
|
FadeAndMove
Combination of 'Fade' and 'Move' animations.
Declaration
public const CalloutAnimation FadeAndMove
Field Value
CalloutAnimation
|
FadeAndReveal
Combination of 'Fade' and 'Reveal' animations.
Declaration
public const CalloutAnimation FadeAndReveal
Field Value
CalloutAnimation
|
FadeAndScale
Combination of 'Fade' and 'Scale' animations.
Declaration
public const CalloutAnimation FadeAndScale
Field Value
CalloutAnimation
|
Move
A 'Move' animation type.
Declaration
public const CalloutAnimation Move
Field Value
CalloutAnimation
|
None
Reveal
A 'Reveal' animation type.
Declaration
public const CalloutAnimation Reveal
Field Value
CalloutAnimation
|
Scale
A 'Scale' animation type.
Declaration
public const CalloutAnimation Scale
Field Value
CalloutAnimation
|
value__
Declaration
public int value__
Field Value
System.Int32
|