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