The SpinDecorator type exposes the following members.

Constructors

  NameDescription
SpinDecorator
Initializes a new instance of the SpinDecorator class.

Methods

  NameDescription
OnApplyTemplate
Called by the framework when a template is applied to the control.
(Overrides FrameworkElement..::.OnApplyTemplate()()().)

Fields

  NameDescription
ChangeProperty
Identifies the Change property.
MaximumPropertyProperty
Identifies the MaximumProperty property.
MinimumPropertyProperty
Identifies the MinimumProperty property.
ShowSpinUIProperty
Identifies the ShowSpinUI property.
ValuePropertyProperty
Identifies the ValueProperty property.

Properties

  NameDescription
Change
Gets or sets the amount by which the value is changed when the user spins the control. This is a dependency property.
MaximumProperty
Gets or sets the name of the property on the child control which controls the maximum value that can be entered directly. The default is "Maximum". This is a dependency property.
MinimumProperty
Gets or sets the name of the property on the child control which controls the minimum value that can be entered directly. The default is "Minimum". This is a dependency property.
ShowSpinUI
Gets or sets whether the spin UI should be shown. If false, the value can still be spun using the cursor keys. This is a dependency property.
ValueProperty
Gets or sets the name of the property on the child control which will be modified when the user spins the control. The default is "Value". This is a dependency property.

See Also