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
AnimationEngine
Gets the Window
Declaration
public WindowAnimationEngine AnimationEngine { get; }
Property Value
AnimationFrames
Gets or sets the count of the frames of the animation.
Declaration
public int AnimationFrames { get; set; }
Property Value
System.
|
AnimationStep
Gets an integer value representing the animation step.
Declaration
public int AnimationStep { get; }
Property Value
System.
|
EasingType
Gets or sets the easing type of the animation.
Declaration
public RadEasingType EasingType { get; set; }
Property Value
Methods
OnNotifyPropertyChanged(String)
Declaration
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|