Editar

Partilhar via


ToolTipAttachPoint Enum

Definition

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 ToolTipAttachPoint
public enum ToolTipAttachPoint
type 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.

Applies to