Northwoods.GoSilverlight 1.3.5 Assembly
DefaultTool Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : DefaultTool Property

Gets or sets the default tool, which is used as the value of Diagram.CurrentTool both initially as well as whenever a tool stops.

Syntax

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

Property Value

Setting this property also sets the Diagram.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.

Requirements

See Also

© 2012 All Rights Reserved.