Summary
Describes the possible positions for
Notification
s that are displayed by a
WindowNotificationManager
.
- Namespace
- Avalonia
.Controls .Notifications - 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["NotificationPosition"]
class Type type-node
Syntax
public enum NotificationPosition
Fields
Name | Constant Value | Summary |
---|---|---|
BottomLeft | 2 |
static
|
BottomRight | 3 |
static
|
TopLeft | 0 |
static
|
TopRight | 1 |
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|