New to Kendo UI for Angular? Start a free 30-day trial
Position
Specifies the position of the Tooltip or Popover relative to the anchor element.
The available options are:
- top(default)—Aligns the tooltip above the anchor element.
- bottom—Aligns the tooltip below the anchor element.
- right—Aligns the tooltip with the rightmost point of the anchor element.
- left—Aligns the tooltip with the leftmost point of the anchor element.
type Position = "top" | "bottom" | "right" | "left";