Tooltip label
Rollover marker coordinates
Rollover marker System.Windows.Rect
Boundary System.Windows.Rect
GetTooltipLabelRect Method
Get coordinates, height and width of tooltip label
Syntax
protected virtual Rect GetTooltipLabelRect( 
   FrameworkElement tooltip,
   Point point,
   Rect markerRect,
   Rect boundaryRect
)

Parameters

tooltip
Tooltip label
point
Rollover marker coordinates
markerRect
Rollover marker System.Windows.Rect
boundaryRect
Boundary System.Windows.Rect
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also