ClassRadPopupControlBase.PopupAnimationProperties
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadPopupControlBase.PopupAnimationProperties : INotifyPropertyChanged
Inheritance: objectRadPopupControlBase.PopupAnimationProperties
Implements:
Properties
AnimationDirection
Gets or sets the direction of the drop-down animation.
Declaration
cs-api-definition
public RadDirection AnimationDirection { get; set; }
Property Value
AnimationEngine
Gets the WindowAnimationEngine instance associated with the AnimationProperties instance.
Declaration
cs-api-definition
public WindowAnimationEngine AnimationEngine { get; }
Property Value
AnimationFrames
Gets or sets the count of the frames of the animation.
AnimationStep
Gets an integer value representing the animation step.
EasingType
Gets or sets the easing type of the animation.
Declaration
cs-api-definition
public RadEasingType EasingType { get; set; }
Property Value
Methods
OnNotifyPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements