Northwoods.GoWPF 2.2.4 Assembly
DragSelectingTool Property

Gets or sets the standard mouse-move tool for selecting many objects with a rubber-band rectangle.
Syntax
<CategoryAttribute("Tools")>
Public Property DragSelectingTool As DragSelectingTool
[CategoryAttribute("Tools")]
public DragSelectingTool DragSelectingTool {get; set;}

Property Value

The default value is an instance of DragSelectingTool, except for Windows Phone, where by default there is no such tool -- the value is null.
Remarks

For example, you can change the selection policy in XAML by: <go:Diagram ...> <go:Diagram.DragSelectingTool> <go:DragSelectingTool Include="Intersects" /> </go:Diagram.DragSelectingTool> </go:Diagram>

Requirements
See Also

Reference

Diagram Class
Diagram Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback