Represents a control which, when selected, puts the cursor into "draw connection" mode.

Namespace:  Mindscape.WpfDiagramming
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
[StyleTypedPropertyAttribute(Property = "LineStyle", StyleTargetType = typeof(Line))]
public class DiagramConnectionTool : Button, IDiagramToolboxTool
Visual Basic (Declaration)
<StyleTypedPropertyAttribute(Property := "LineStyle", StyleTargetType := GetType(Line))> _
Public Class DiagramConnectionTool _
	Inherits Button _
	Implements IDiagramToolboxTool

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              System.Windows.Controls..::.ContentControl
                System.Windows.Controls.Primitives..::.ButtonBase
                  System.Windows.Controls..::.Button
                    Mindscape.WpfDiagramming..::.DiagramConnectionTool

See Also