New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadPopupControlBase.PopupAnimationProperties : INotifyPropertyChanged

Inheritance: objectRadPopupControlBase.PopupAnimationProperties

Implements: INotifyPropertyChanged

Properties

Gets or sets the direction of the drop-down animation.

C#
public RadDirection AnimationDirection { get; set; }

Gets the WindowAnimationEngine instance associated with the AnimationProperties instance.

C#
public WindowAnimationEngine AnimationEngine { get; }

Gets or sets the count of the frames of the animation.

C#
public int AnimationFrames { get; set; }

Gets an integer value representing the animation step.

C#
public int AnimationStep { get; }

Gets or sets the easing type of the animation.

C#
public RadEasingType EasingType { get; set; }

Methods

C#
protected virtual void OnNotifyPropertyChanged(string propertyName)
Parameters:propertyNamestring

Events

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged