GoXam for WPF v3
DefaultTool Property
Northwoods.GoXam Namespace > Diagram Class : DefaultTool Property
Gets or sets the default tool, which is used as the value of CurrentTool both initially as well as whenever a tool stops.
Syntax
[Category("Tools")]
public IDiagramTool DefaultTool {get; set;}

Property Value

Setting this property also sets the CurrentTool if the old default tool is the currently running tool.
Remarks
Normally the default tool is an instance of Northwoods.GoXam.Tool.ToolManager, which manages mode-less mouse tools.
See Also

Reference

Diagram Class
Diagram Members