Skip to main content
All docs
V25.1
  • ISlideFadeAnimationParameters.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

    Color Background { get; set; }

    Property Value

    Type Description
    Color

    A value that specifies the background visible during the transition.

    See Also