PopupAnchor Enum
Definition
Defines the edges around an anchor rectangle on which a popup will open.
public enum PopupAnchor
Fields
| Name | Description |
|---|---|
| AllMask | A mask for all flags. |
| Bottom | The bottom edge of the anchor rectangle. |
| BottomLeft | The bottom-left corner of the anchor rectangle. |
| BottomRight | The bottom-right corner of the anchor rectangle. |
| HorizontalMask | A mask for the horizontal component flags. |
| Left | The left edge of the anchor rectangle. |
| None | The center of the anchor rectangle. |
| Right | The right edge of the anchor rectangle. |
| Top | The top edge of the anchor rectangle. |
| TopLeft | The top-left corner of the anchor rectangle. |
| TopRight | The top-right corner of the anchor rectangle. |
| VerticalMask | A mask for the vertical component flags. |
AllMask Field
A mask for all flags.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor AllMask
Bottom Field
The bottom edge of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor Bottom
BottomLeft Field
The bottom-left corner of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor BottomLeft
BottomRight Field
The bottom-right corner of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor BottomRight
HorizontalMask Field
A mask for the horizontal component flags.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor HorizontalMask
Left Field
The left edge of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor Left
None Field
The center of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor None
Right Field
The right edge of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor Right
Top Field
The top edge of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor Top
TopLeft Field
The top-left corner of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor TopLeft
TopRight Field
The top-right corner of the anchor rectangle.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor TopRight
VerticalMask Field
A mask for the vertical component flags.
public Avalonia.Controls.Primitives.PopupPositioning.PopupAnchor VerticalMask