Wrap

Specifies  whether the spinner continues from the Min Value you specified when a user clicks the up arrow and reaches the Max Value you specified. Conversely, specifies whether the spinner continues from the Max Value you specifies when a user clicks the down arrow and reaches the Min Value you specified.  For example, when Wrap is true and specify a Min Value of 0 and a Max Value of 100, when the user tries to increment past 100, the spinner will wrap around to 0.