The Position type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberAuto
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.
Public fieldStatic memberBottomCenter
The tooltip is centered below the target element.
Public fieldStatic memberBottomLeft
The tooltip is shown below the target element and to its left.
Public fieldStatic memberBottomRight
The tooltip is shown below the target element and to its right.
Public fieldStatic memberCenter
The tooltip is centered over the target element.
Public fieldStatic memberMiddleLeft
The tooltip is shown centered (with respect to the element height) and to the left of the target element.
Public fieldStatic memberMiddleRight
The tooltip is shown centered (with respect to the element height) and to the right of the target element.
Public fieldStatic memberTopCenter
The tooltip is centered above the target element.
Public fieldStatic memberTopLeft
The tooltip is shown above the target element and to its left.
Public fieldStatic memberTopRight
The tooltip is shown above the target element and to its right.

See Also