AnimationSettingsBase.EasingMode Property
Gets or sets the conditional formatting animation easing mode. This is a dependency property.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
AnimationEasingMode | One of the AnimationEasingMode enumeration values. |
Available values:
Name | Description |
---|---|
Linear | The new formatting is applied smoothly. |
EaseIn | The new formatting is applied slowly and then accelerates. |
EaseOut | The new formatting is applied quickly and then decelerates. |
EaseInOut | The new formatting is applied slowly, accelerates, and then decelerates. |
Remarks
Use the EasingMode property to set the manner of applying conditional formatting.
See Also