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
Initializes a new instance of the CalloutAnimationManager class.
Properties
Gets or sets the duration of close animation, in milliseconds.
public int CloseAnimationDuration { get; set; }
Gets or sets the type of close animation.
public CalloutAnimationType CloseAnimationType { get; set; }
Gets or sets the duration of show animation, in milliseconds.
public int ShowAnimationDuration { get; set; }
Gets or sets the type of show animation.
public CalloutAnimationType ShowAnimationType { get; set; }
Methods
Releases all resources.
public void Dispose()
Implements:
Starts a callout form close animation based on the CloseAnimationType, CloseAnimationDuration and ArrowDirection properties.
protected virtual void StartClose()
Starts a callout form show animation based on the ShowAnimationType, ShowAnimationDuration and ArrowDirection properties.
protected virtual void StartShow()