PopupGravity Enum
Definition
Defines the direction in which a popup will open.
public enum PopupGravity
Fields
| Name | Description |
|---|---|
| Bottom | The popup will be positioned below the anchor edge |
| BottomLeft | The popup will be positioned to the bottom-left of the anchor edge |
| BottomRight | The popup will be positioned to the bottom-right of the anchor edge |
| Left | The popup will be positioned to the left of the anchor edge |
| None | The popup will be centered over the anchor edge. |
| Right | The popup will be positioned to the right of the anchor edge |
| Top | The popup will be positioned above the anchor edge |
| TopLeft | The popup will be positioned to the top-left of the anchor edge |
| TopRight | The popup will be positioned to the top-right of the anchor edge |
Bottom Field
The popup will be positioned below the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity Bottom
BottomLeft Field
The popup will be positioned to the bottom-left of the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity BottomLeft
BottomRight Field
The popup will be positioned to the bottom-right of the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity BottomRight
Left Field
The popup will be positioned to the left of the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity Left
None Field
The popup will be centered over the anchor edge.
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity None
Right Field
The popup will be positioned to the right of the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity Right
Top Field
The popup will be positioned above the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity Top
TopLeft Field
The popup will be positioned to the top-left of the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity TopLeft
TopRight Field
The popup will be positioned to the top-right of the anchor edge
public Avalonia.Controls.Primitives.PopupPositioning.PopupGravity TopRight