Northwoods.GoSilverlight 1.3.5 Assembly
ClickCreatingTool Class
Members  See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : ClickCreatingTool Class

The ClickCreatingTool lets the user create a node by clicking where they want the new node to be.

Syntax

Visual Basic (Declaration) 
Public Class ClickCreatingTool 
   Inherits DiagramTool
   Implements IDiagramTool 
C# 
public class ClickCreatingTool : DiagramTool, IDiagramTool  

Remarks

Normally this is a "mouse-up" mode-less tool. It will not run until you have set the PrototypeData property.

This tool does not utilize any Northwoods.GoXam.Adornments or tool handles.

This tool conducts a model edit in the InsertNode method.

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            Northwoods.GoXam.Tool.DiagramTool
               Northwoods.GoXam.Tool.ClickCreatingTool

Requirements

See Also

© 2012 All Rights Reserved.