GoXam for WPF v3
FindToolHandleAt Method
Northwoods.GoXam.Tool Namespace > DiagramTool Class : FindToolHandleAt Method
a Point in model coordinates
the handle's Northwoods.GoXam.Adornment's Northwoods.GoXam.Part.Category
Find an element at the given point that is a tool handle.
Syntax
protected virtual FrameworkElement FindToolHandleAt( 
   Point p,
   string category
)

Parameters

p
a Point in model coordinates
category
the handle's Northwoods.GoXam.Adornment's Northwoods.GoXam.Part.Category
Remarks
A tool handle is an element that is part of an Northwoods.GoXam.Adornment that is used by a tool. Typically it is a ToolHandle, but may be any FrameworkElement with the go:NodePanel.Figure attached property set to value other than None. This method checks that the adornment's Northwoods.GoXam.Part.Category matches the given category.
See Also

Reference

DiagramTool Class
DiagramTool Members