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

Implements
See Also