
[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
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
.
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