Represents a Thumb that, in addition to being dragged, can be clicked to "charge" the cursor.

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 ToolThumb : Thumb
Visual Basic (Declaration)
Public Class ToolThumb _
	Inherits Thumb

Remarks

This control is used in the implementation of diagram tools and is not intended for use outside that context.

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..::.ToolThumb

See Also