Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: 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