GoXam for WPF v3
DragSelectingTool Property
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
[Category("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> <go:DragSelectingTool Include="Intersects" /> </go:Diagram.DragSelectingTool> </go:Diagram>

See Also

Reference

Diagram Class
Diagram Members