Skip to main content

FluentSplashScreenOptions.Opacity Property

Gets or sets the opacity level of the splashscreen’s background. This setting is supported if the application runs under Windows 10 Version 1803 (OS build 17134) or newer. On older Windows versions, the splashscreen fills its background with a non-trasparent color specified by the OpacityColor property.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(50)]
public int Opacity { get; set; }

Property Value

Type Default Description
Int32 50

The opacity level (between 0 and 255) of the splashscreen’s background.

Property Paths

You can access this nested property as listed below:

Object Type Path to Opacity
FluentSplashScreenOptions
.Default .Opacity
See Also