CoverEffectOptions Enum
Enumerates values that specify the cover effect.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
From
|
The animation goes from the left edge to the right edge. |
From
|
The animation goes from the top edge to the bottom edge. |
From
|
The animation goes from the right edge to the left edge. |
From
|
The animation goes from the bottom edge to the top edge. |
From
|
The animation goes from the top-right corner to the bottom-left corner. |
From
|
The animation goes from the bottom-right corner to the top-left corner. |
From
|
The animation goes from the top-left corner to the bottom-right corner. |
From
|
The animation goes from the bottom-left corner to the top-right corner. |
#Remarks
The CoverEffectOptions
type is used to specify the EffectOptions property accessible through the CoverTransition.Parameters property.