Class CalloutAnimation
Callout animations provided by AnimationManager.
Inheritance
System.Object
CalloutAnimation
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
FadeAndMove
Combination of 'Fade' and 'Move' animations.
Declaration
public const CalloutAnimation FadeAndMove
Field Value
FadeAndReveal
Combination of 'Fade' and 'Reveal' animations.
Declaration
public const CalloutAnimation FadeAndReveal
Field Value
FadeAndScale
Combination of 'Fade' and 'Scale' animations.
Declaration
public const CalloutAnimation FadeAndScale
Field Value
Move
A 'Move' animation type.
Declaration
public const CalloutAnimation Move
Field Value
None
Reveal
A 'Reveal' animation type.
Declaration
public const CalloutAnimation Reveal
Field Value
Scale
A 'Scale' animation type.
Declaration
public const CalloutAnimation Scale
Field Value
value__
Declaration
public int value__
Field Value
System.
|