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

SplashScreenWindow.AcrylicColor Property

Gets or sets the Acrylic effect’s color tint. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Color AcrylicColor { get; set; }

Property Value

Type Description
Color

A System.Windows.Media.Color value.

Remarks

The AllowAcrylic property specifies whether to enable the Acrylic effect. The color’s alpha channel specifies the translucency.

See Also