public readonly struct WindowTransparencyLevel : IEquatable<WindowTransparencyLevel>Public Structure WindowTransparencyLevel
Implements IEquatable(Of WindowTransparencyLevel)[<SealedAttribute>]
type WindowTransparencyLevel =
struct
inherit ValueType
interface IEquatable<WindowTransparencyLevel>
end| 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. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | (Overrides ValueTypeToString) |