windowsforms-devexpress-dot-utils-dot-animation-ad3558da.md
Enumerates values that specify the cover effect.
Namespace : DevExpress.Utils.Animation
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public enum CoverEffectOptions
Public Enum CoverEffectOptions
| Name | Description |
|---|---|
FromLeft |
The animation goes from the left edge to the right edge.
|
| FromTop |
The animation goes from the top edge to the bottom edge.
|
| FromRight |
The animation goes from the right edge to the left edge.
|
| FromBottom |
The animation goes from the bottom edge to the top edge.
|
| FromTopRight |
The animation goes from the top-right corner to the bottom-left corner.
|
| FromBottomRight |
The animation goes from the bottom-right corner to the top-left corner.
|
| FromTopLeft |
The animation goes from the top-left corner to the bottom-right corner.
|
| FromBottomLeft |
The animation goes from the bottom-left corner to the top-right corner.
|
The CoverEffectOptions type is used to specify the EffectOptions property accessible through the CoverTransition.Parameters property.
See Also