ToolTipAttachPoint Enum   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to find a pivot point that is closest to the anchor. This ensures a natural-looking attachment where the connector line meets the label.
public enum class ToolTipAttachPointpublic enum ToolTipAttachPointtype ToolTipAttachPoint = Public Enum ToolTipAttachPoint- Inheritance
- 
				ToolTipAttachPoint
Fields
| Name | Value | Description | 
|---|---|---|
| BottomMiddle | 0 | |
| TopMiddle | 1 | |
| RightMiddle | 2 | |
| LeftMiddle | 3 | |
| BottomRightCorner | 4 | |
| BottomLeftCorner | 5 | |
| TopRightCorner | 6 | |
| TopLeftCorner | 7 | |
| Center | 8 | |
| Closest | 9 | |
| ClosestMiddle | 10 | |
| ClosestCorner | 11 | 
Remarks
These double as array positions.