SlideFadeAnimationParameters.Background Property
Gets or sets the background visible during the transition.
Namespace: DevExpress.Utils.Animation
Assembly: DevExpress.Utils.v26.1.dll
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