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 CalloutAnimationManager class.
Declaration
public CalloutAnimationManager(RadCalloutForm calloutForm)
Parameters
RadCalloutForm
calloutForm
|
Properties
CloseAnimationDuration
Gets or sets the duration of close animation, in milliseconds.
Declaration
public int CloseAnimationDuration { get; set; }
Property Value
System.Int32
|
CloseAnimationType
Gets or sets the type of close animation.
Declaration
public CalloutAnimationType CloseAnimationType { get; set; }
Property Value
CalloutAnimationType
|
ShowAnimationDuration
Gets or sets the duration of show animation, in milliseconds.
Declaration
public int ShowAnimationDuration { get; set; }
Property Value
System.Int32
|
ShowAnimationType
Gets or sets the type of show animation.
Declaration
public CalloutAnimationType ShowAnimationType { get; set; }
Property Value
CalloutAnimationType
|
Methods
Dispose()
Releases all resources.
Declaration
public void Dispose()
Implements
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()