GoXam for WPF v3
DiagramTool Class
Members 
Northwoods.GoXam.Tool Namespace : DiagramTool Class
This abstract tool class is the standard base class for all of the predefined tools.
Object Model
DiagramTool ClassDiagram Class
Syntax
[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 abstract class DiagramTool : System.Windows.FrameworkElement, IDiagramTool  
Remarks

Although this class inherits from FrameworkElement in order to support data binding, it is not really a FrameworkElement or UIElement! Please ignore all of the properties, methods, and events defined by FrameworkElement and UIElement.

Inheritance Hierarchy

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
                     Northwoods.GoXam.Tool.ClickSelectingTool
                     Northwoods.GoXam.Tool.DraggingTool
                     Northwoods.GoXam.Tool.DragSelectingTool
                     Northwoods.GoXam.Tool.DragZoomingTool
                     Northwoods.GoXam.Tool.LinkingBaseTool
                     Northwoods.GoXam.Tool.PanningTool
                     Northwoods.GoXam.Tool.ReshapingBaseTool
                     Northwoods.GoXam.Tool.ResizingTool
                     Northwoods.GoXam.Tool.RotatingTool
                     Northwoods.GoXam.Tool.TextEditingTool
                     Northwoods.GoXam.Tool.ToolManager

See Also

Reference

DiagramTool Members
Northwoods.GoXam.Tool Namespace