Northwoods.GoSilverlight 1.2.2 Assembly
MouseMoveTools Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : MouseMoveTools Property

Gets the list of IDiagramTools searched by the Northwoods.GoXam.Tool.ToolManager to look for tools to run upon a mouse move event.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Tools")>
Public ReadOnly Property MouseMoveTools As IList(Of IDiagramTool)
C# 
[CategoryAttribute("Tools")]
public IList<IDiagramTool> MouseMoveTools {get;}

Property Value

The initial value is a list of instances of the following tools: P:Northwoods.GoXam.Diagram.LinkingToolP:Northwoods.GoXam.Diagram.DragSelectingToolPanningTool

Remarks

When explicitly adding a tool to this list because it is not one of the types listed above nor DragZoomingTool (which is not normally part of the list), be sure to remember to set its Northwoods.GoXam.Tool.IDiagramTool.Diagram backpointer to refer to this diagram.

Requirements

See Also

© 2010 All Rights Reserved.