Skip to main content

SplashScreenWindow.AllowAcrylic Property

Gets or sets whether the Acrylic effect is enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool AllowAcrylic { get; set; }

Property Value

Type Description
Boolean

true, to enable the Acrylic effect; otherwise, false.

Remarks

Acrylic makes the splash screen translucent to add a depth effect.

The AcrylicColor property specifies the Acrylic effect’s color tint.

Note

The AllowAcrylic property does not affect the Themed Splash Screen created by the SplashScreenManager.CreateThemed method due to the Border elements. You can use the Themed Splash Screen as a template for a custom splash screen. To do this, generate a ThemedSplashScreen window by selecting the Themed Splash Screen item in the DevExpress Template Gallery.

See Also