GoXam for WPF v3
ReshapingBaseTool Class
Members 
Northwoods.GoXam.Tool Namespace : ReshapingBaseTool Class
The ReshapingBaseTool abstract class is used to interactively change the shape of a Northwoods.GoXam.Part.
Object Model
ReshapingBaseTool 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 ReshapingBaseTool : DiagramTool, IDiagramTool  
Remarks
Currently only one tool subclass is defined: LinkReshapingTool.
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.ReshapingBaseTool
                        Northwoods.GoXam.Tool.LinkReshapingTool

See Also

Reference

ReshapingBaseTool Members
Northwoods.GoXam.Tool Namespace