[]
Represents the position of a popup element with respect to a reference element.
public enum PopupPosition
Name | Description |
---|---|
Above | Above the reference element. |
AboveLeft | Above and aligned to the left of the reference element. |
AboveRight | Above and aligned to the right of the reference element. |
Below | Below the reference element. |
BelowLeft | Below and aligned to the left of the reference element. |
BelowRight | Below and aligned to the right of the reference element. |
Left | To the left of the reference element. |
LeftBottom | To the left and aligned to the bottom of the reference element. |
LeftTop | To the left and aligned to the top of the reference element. |
Right | To the right of the reference element. |
RightBottom | To the right and aligned to the bottom of the reference element. |
RightTop | To the right and aligned to the top of the reference element. |