AcrylicBackgroundSource Enumeration

Background Sources for Acrylic.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum AcrylicBackgroundSource

Members

None0 The acrylic has no background.
Digger1 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.

See Also