Skip to main content

ISlideFadeAnimationParameters.Background Property

Gets or sets the background visible during the transition.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.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