Skip to main content

WindowTransparencyLevel Structure

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public readonly struct WindowTransparencyLevel : IEquatable<WindowTransparencyLevel>
View Source
InheritanceObjectValueType → WindowTransparencyLevel
ImplementsIEquatable(WindowTransparencyLevel)

Properties

AcrylicBlurThe window background is a blur-behind with a high blur radius. This level may fallback to Blur.
BlurThe window background is a blur-behind where nothing is drawn in the window.
MicaThe window background is based on desktop wallpaper tint with a blur. This will only work on Windows 11
NoneThe window background is Black where nothing is drawn in the window.
TransparentThe window background is Transparent where nothing is drawn in the window.

Methods

GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()
(Overrides ValueType.ToString())

See Also

Reference

Avalonia.Controls Namespace