TooltipPosition
Enum
Position of the tooltip against the target element.
Definition
Fields
Position the tooltip at the bottom of the target element.
C#
Bottom = 1
Position the tooltip at the left of the target element.
C#
Left = 2
Position the tooltip at the right of the target element.
C#
Right = 3
Position the tooltip at the top of the target element.
C#
Top = 0