Enables horizontal or vertical movement of a single MovableDiagramConnectionSegment. Note that a ConnectionSegmentThumb only allows horizontal or vertical segments to be moved.

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

Syntax

C#
public class ConnectionSegmentThumb : Thumb
Visual Basic (Declaration)
Public Class ConnectionSegmentThumb _
	Inherits Thumb

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.Primitives..::.Thumb
                Mindscape.WpfDiagramming.Foundation..::.ConnectionSegmentThumb

See Also