GoXam for WPF v3
IDiagramTool Interface
Members 
Northwoods.GoXam.Tool Namespace : IDiagramTool Interface
This interface specifies the methods the diagram uses to control each tool and the methods used to handle the standard input events processed through the diagram.
Object Model
IDiagramTool InterfaceDiagram Class
Syntax
public interface IDiagramTool 
Remarks

All existing tools are actually subclasses of the abstract class DiagramTool, which implements this interface.

All uses of tools in Diagram use this interface, not the class DiagramTool. However, the Diagram class also has a property for each of the mode-less tools that the diagram might have, for convenience in replacing or removing those specific tools from the diagram.

See Also

Reference

IDiagramTool Members
Northwoods.GoXam.Tool Namespace