Skip to main content
All docs
V25.1
  • SlideFadeAnimationParameters.Background Property

    Gets or sets the background visible during the transition.

    Namespace: DevExpress.Utils.Animation

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public Color Background { get; set; }

    Property Value

    Type Description
    Color

    A value that specifies the background visible during the transition.

    Remarks

    The default background color depends on the current skin. Use the Background property to set a custom background color. The transition below uses the black background.

    image

    Implements

    See Also