The Spin type exposes the following members.

Constructors

  NameDescription
Spin
Initializes a new instance of the Spin class.

Fields

  NameDescription
ChangeProperty
Identifies the Change property.
MaximumProperty
Identifies the Maximum property.
MinimumProperty
Identifies the Minimum property.
ValueProperty
Identifies the Value 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.
Maximum
Gets or sets the maximum value. This is a dependency property.
Minimum
Gets or sets the minimum value. This is a dependency property.
SpinButtonStyleKey
Gets the ResourceKey for the Style for spin buttons.
Value
Gets or sets the value. This is a dependency property.

See Also