Back to Devexpress

Transition.EasingMode Property

windowsforms-devexpress-dot-utils-dot-animation-dot-transition-e0924ba7.md

latest1.3 KB
Original Source

Transition.EasingMode Property

Gets or sets the mathematical algorithm that specifies the speed and acceleration mode for the Transition animation effects.

Namespace : DevExpress.Utils.Animation

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(EasingMode.EaseIn)]
public EasingMode EasingMode { get; set; }
vb
<DefaultValue(EasingMode.EaseIn)>
Public Property EasingMode As EasingMode

Property Value

TypeDefaultDescription
DevExpress.Data.Utils.EasingModeEaseIn

An EasingMode enumerator value that specifies the speed and acceleration mode for the Transition animation effects.

|

See Also

Transition Class

Transition Members

DevExpress.Utils.Animation Namespace