Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public enum CoverEffectOptions

#Members

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.

#Remarks

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

See Also