Skip to main content
A newer version of this page is available. .

FluentSplashScreenOptions.OpacityColor Property

Gets or sets the background color. If this parameter is set to Color.Empty, the actual background color is Color.Black.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Color OpacityColor { get; set; }

Property Value

Type Description
Color

The background color.

See Also