Back to Devexpress

CoverEffectOptions Enum

windowsforms-devexpress-dot-utils-dot-animation-ad3558da.md

latest1.7 KB
Original Source

CoverEffectOptions Enum

Enumerates values that specify the cover effect.

Namespace : DevExpress.Utils.Animation

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum CoverEffectOptions
vb
Public Enum CoverEffectOptions

Members

NameDescription
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.

|

Remarks

The CoverEffectOptions type is used to specify the EffectOptions property accessible through the CoverTransition.Parameters property.

See Also

DevExpress.Utils.Animation Namespace