ClassCalloutAnimationManager
A class that defines settings for configuring the callout and its animations.
Definition
Namespace:Telerik.WinControls.UI.Callout
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class CalloutAnimationManager : IDisposable
Inheritance: objectCalloutAnimationManager
Implements:
Constructors
CalloutAnimationManager(RadCalloutForm)
Initializes a new instance of the CalloutAnimationManager class.
Declaration
public CalloutAnimationManager(RadCalloutForm calloutForm)
Parameters
calloutForm
Properties
CloseAnimationDuration
Gets or sets the duration of close animation, in milliseconds.
CloseAnimationType
Gets or sets the type of close animation.
Declaration
public CalloutAnimationType CloseAnimationType { get; set; }
Property Value
ShowAnimationDuration
Gets or sets the duration of show animation, in milliseconds.
ShowAnimationType
Gets or sets the type of show animation.
Declaration
public CalloutAnimationType ShowAnimationType { get; set; }
Property Value
Methods
StartClose()
Starts a callout form close animation based on the CloseAnimationType, CloseAnimationDuration and ArrowDirection properties.
Declaration
protected virtual void StartClose()
StartShow()
Starts a callout form show animation based on the ShowAnimationType, ShowAnimationDuration and ArrowDirection properties.
Declaration
protected virtual void StartShow()