Class
RadPopupControlBase.PopupAnimationProperties

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadPopupControlBase.PopupAnimationProperties : INotifyPropertyChanged

Inheritance: objectRadPopupControlBase.PopupAnimationProperties

Implements: INotifyPropertyChanged

Properties

AnimationDirection

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

Declaration

cs-api-definition
public RadDirection AnimationDirection { get; set; }

Property Value

RadDirection

AnimationEngine

Gets the WindowAnimationEngine instance associated with the AnimationProperties instance.

Declaration

cs-api-definition
public WindowAnimationEngine AnimationEngine { get; }

Property Value

WindowAnimationEngine

AnimationFrames

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

Declaration

cs-api-definition
public int AnimationFrames { get; set; }

Property Value

int

AnimationStep

Gets an integer value representing the animation step.

Declaration

cs-api-definition
public int AnimationStep { get; }

Property Value

int

EasingType

Gets or sets the easing type of the animation.

Declaration

cs-api-definition
public RadEasingType EasingType { get; set; }

Property Value

RadEasingType

Methods

OnNotifyPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged