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

Gets or sets the standard mouse-move tool for selecting many objects with a rubber-band rectangle.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Tools")>
Public Property DragSelectingTool As DragSelectingTool
C# 
[CategoryAttribute("Tools")]
public DragSelectingTool DragSelectingTool {get; set;}

Property Value

The default value is an instance of DragSelectingTool.

Remarks

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>
            

Requirements

See Also

© 2010 All Rights Reserved.