Back to Devexpress

EasingMode Enum

maui-devexpress-dot-maui-dot-core-1e838d99.md

latest1.0 KB
Original Source

EasingMode Enum

Lists animation easing modes.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public enum EasingMode

Members

NameDescription
In

The animation starts slowly and then accelerates.

| | Out |

The animation starts quickly and then decelerates.

| | InOut |

The animation starts slowly, accelerates, and then decelerates.

|

The following properties accept/return EasingMode values:

Extension Methods

Yield<EasingMode>()

YieldIfNotNull<EasingMode>()

See Also

DevExpress.Maui.Core Namespace