The Position type exposes the following members.
Fields
Name | Description | |
---|---|---|
Auto |
This is the default value. The tooltip is shown centered (with respect to the element height) and to the right of the element. If the browser edge is too close to the tooltip, the tooltip will appear centered (with respect to the element height) to the left of the element.
| |
BottomCenter |
The tooltip is centered below the target element.
| |
BottomLeft |
The tooltip is shown below the target element and to its left.
| |
BottomRight |
The tooltip is shown below the target element and to its right.
| |
Center |
The tooltip is centered over the target element.
| |
MiddleLeft |
The tooltip is shown centered (with respect to the element height) and to the left of the target element.
| |
MiddleRight |
The tooltip is shown centered (with respect to the element height) and to the right of the target element.
| |
TopCenter |
The tooltip is centered above the target element.
| |
TopLeft |
The tooltip is shown above the target element and to its left.
| |
TopRight |
The tooltip is shown above the target element and to its right.
|