WindowTransparencyLevel Structure
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public readonly struct WindowTransparencyLevel : IEquatable<WindowTransparencyLevel>
Public Structure WindowTransparencyLevel
Implements IEquatable(Of WindowTransparencyLevel)
[<SealedAttribute>]
type WindowTransparencyLevel =
struct
inherit ValueType
interface IEquatable<WindowTransparencyLevel>
end
Inheritance | Object → ValueType → WindowTransparencyLevel |
Implements | IEquatable(WindowTransparencyLevel) |
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
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | (Overrides ValueType.ToString()) |