Bearbeiten

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

BottomLeftCorner 5
BottomMiddle 0
BottomRightCorner 4
Center 8
Closest 9
ClosestCorner 11
ClosestMiddle 10
LeftMiddle 3
RightMiddle 2
TopLeftCorner 7
TopMiddle 1
TopRightCorner 6

Remarks

These double as array positions.

Applies to