Northwoods.GoSilverlight 1.2.2 Assembly
DiagramTool Class
Members  See Also  Send Feedback
Northwoods.GoXam.Tool Namespace : DiagramTool Class

This abstract tool class is the standard base class for all of the predefined tools.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class DiagramTool 
   Inherits System.Windows.FrameworkElement
   Implements IDiagramTool 
C# 
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.DependencyObject
      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

Requirements

See Also

© 2010 All Rights Reserved.