- Namespace
- Avalonia
.Controls - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["WindowTransparencyLevel"]
class Type type-node
Syntax
public enum WindowTransparencyLevel
Fields
Name | Constant Value | Summary |
---|---|---|
AcrylicBlur | 3 |
The window background is a blur-behind with a high blur radius. This level may fallback to Blur.
static
|
Blur | 2 |
The window background is a blur-behind where nothing is drawn in the window.
static
|
None | 0 |
The window background is Black where nothing is drawn in the window.
static
|
Transparent | 1 |
The window background is Transparent where nothing is drawn in the window.
static
|