Enables resizing of the associated FrameworkElement.

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

Remarks

SizeThumb represents a single resize handle. The location of the handle, and the effect of dragging, are determined by the HorizontalAlignment and VerticalAlignment properties. To enable resizing on all sides and corners, use a Resizer control.

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..::.AttachedThumb
                  Mindscape.WpfDiagramming.Foundation..::.SizeThumb

See Also