Skip to main content
All docs
V25.1
  • CoverEffectOptions Enum

    Enumerates values that specify the cover effect.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.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