Associates a control with a Spin control.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[TemplatePartAttribute(Name = "PART_Spin", Type = typeof(Spin))]
public class SpinDecorator : ContentControl
Visual Basic (Declaration)
<TemplatePartAttribute(Name := "PART_Spin", Type := GetType(Spin))> _
Public Class SpinDecorator _
	Inherits ContentControl

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
                Mindscape.WpfElements..::.SpinDecorator

See Also