- 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["FlyoutPlacementMode"]
class Type type-node
Syntax
public enum FlyoutPlacementMode
Fields
Name | Constant Value | Summary |
---|---|---|
Auto | 13 |
Preferred location is determined automatically.
static
|
Bottom | 1 |
Preferred location is below the target element
static
|
Bottom |
7 |
Preferred location is below the target element, with the left edge of flyout aligned with left edge of the target element.
static
|
Bottom |
8 |
Preferred location is below the target element, with the right edge of flyout aligned with right edge of the target element.
static
|
Left | 2 |
Preferred location is to the left of the target element
static
|
Left |
10 |
Preferred location is to the left of the target element, with the bottom edge of flyout aligned with bottom edge of the target element.
static
|
LeftEdgeAlignedTop | 9 |
Preferred location is to the left of the target element, with the top edge of flyout aligned with top edge of the target element.
static
|
Right | 3 |
Preferred location is to the right of the target element
static
|
Right |
12 |
Preferred location is to the right of the target element, with the bottom edge of flyout aligned with bottom edge of the target element.
static
|
RightEdgeAlignedTop | 11 |
Preferred location is to the right of the target element, with the top edge of flyout aligned with top edge of the target element.
static
|
Top | 0 |
Preferred location is above the target element
static
|
TopEdgeAlignedLeft | 5 |
Preferred location is above the target element, with the left edge of the flyout
aligned with the left edge of the target element
static
|
TopEdgeAlignedRight | 6 |
Preferred location is above the target element, with the right edge of flyout aligned with right edge of the target element.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
HasAllFlags |
bool |
From EnumExtensions
|
HasAnyFlag |
bool |
From EnumExtensions
|
HasFlagCustom |
bool |
From EnumExtensions
|