Gets or sets the coordinates of the top left tooltip corner.
public Point Position { get; set; }
Public Property Position As Point
The property specifies a point relative to the top left screen corner. If the property is not specified, it is calculated based on the cursor position.