Class CalloutAnimationManager
A class that defines settings for configuring the callout and its animations.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Callout
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CalloutAnimationManager : IDisposable
Constructors
CalloutAnimationManager(RadCalloutForm)
Initializes a new instance of the Callout
Declaration
public CalloutAnimationManager(RadCalloutForm calloutForm)
Parameters
Rad
|
Properties
CloseAnimationDuration
Gets or sets the duration of close animation, in milliseconds.
Declaration
public int CloseAnimationDuration { get; set; }
Property Value
System.
|
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.
Declaration
public int ShowAnimationDuration { get; set; }
Property Value
System.
|
ShowAnimationType
Gets or sets the type of show animation.
Declaration
public CalloutAnimationType ShowAnimationType { get; set; }
Property Value
Methods
Dispose()
Releases all resources.
Declaration
public void Dispose()
Implements
StartClose()
Starts a callout form close animation based on the Close
Declaration
protected virtual void StartClose()
StartShow()
Starts a callout form show animation based on the Show
Declaration
protected virtual void StartShow()