Northwoods.GoSilverlight 1.2.2 Assembly
IDiagramTool Interface
Members  See Also  Send Feedback
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.

Syntax

Visual Basic (Declaration) 
Public Interface IDiagramTool 
C# 
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.

Requirements

See Also

© 2010 All Rights Reserved.