Northwoods.GoSilverlight 1.2.2 Assembly
DragSelectingTool Class
Members  See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : DragSelectingTool Class

The DragSelectingTool lets the user select multiple parts within a rectangular area.

Syntax

Visual Basic (Declaration) 
Public Class DragSelectingTool 
   Inherits DiagramTool
   Implements IDiagramTool 
C# 
public class DragSelectingTool : DiagramTool, IDiagramTool  

Remarks

This is a standard mouse-move tool.

For example, you can change the selection policy in XAML by:

              <go:Diagram ...>
                <go:Diagram.DragSelectingTool>
                  <gotool:DragSelectingTool Include="Intersects" />
                </go:Diagram.DragSelectingTool>
              </go:Diagram>
            

This tool does not utilize any Northwoods.GoXam.Adornments or tool handles.

This tool does not edit the model.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Northwoods.GoXam.Tool.DiagramTool
               Northwoods.GoXam.Tool.DragSelectingTool

Requirements

See Also

© 2010 All Rights Reserved.