WindowTransparencyLevel Structure

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public readonly struct WindowTransparencyLevel : IEquatable<WindowTransparencyLevel>
Inheritance
Object    ValueType    WindowTransparencyLevel
Implements
IEquatableWindowTransparencyLevel

Properties

AcrylicBlur The window background is a blur-behind with a high blur radius. This level may fallback to Blur.
Blur The window background is a blur-behind where nothing is drawn in the window.
Mica The window background is based on desktop wallpaper tint with a blur. This will only work on Windows 11
None The window background is Black where nothing is drawn in the window.
Transparent The window background is Transparent where nothing is drawn in the window.

Methods

GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString
(Overrides ValueTypeToString)

See Also