AcrylicBackgroundSource Enum
Definition
Background Sources for Acrylic.
public enum AcrylicBackgroundSource
Fields
| Name | Description |
|---|---|
| Digger | 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. |
| None | The 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