
ClickCreatingTool
lets the user create a node by clicking where they want the new node to be.[DesignTimeVisible(false)] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public class ClickCreatingTool : DiagramTool, IDiagramTool
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.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
Northwoods.GoXam.Tool.DiagramTool
Northwoods.GoXam.Tool.ClickCreatingTool