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

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

See Also