Skip to main content

AcrylicBackgroundSource Enum

Definition

Namespace:Avalonia.Media
Assembly:Avalonia.Base
Package:Avalonia

Background Sources for Acrylic.

public enum AcrylicBackgroundSource

Inheritance: Enum -> AcrylicBackgroundSource

Fields

NameDescription
DiggerCuts through all render layers to reveal the window background. This means if your window is transparent or blurred it will be blended with the material.
NoneThe acrylic has no background.

Digger Field

Cuts through all render layers to reveal the window background. This means if your window is transparent or blurred it will be blended with the material.

public Avalonia.Media.AcrylicBackgroundSource Digger

None Field

The acrylic has no background.

public Avalonia.Media.AcrylicBackgroundSource None