The SpinDecorator type exposes the following members.

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