valueWraps
A Boolean value indicating whether the receiver wraps around the minimum and maximum values.
Declaration
var valueWraps: Bool { get set }Discussion
true if, when incrementing or decrementing, the value wraps around to the minimum or maximum. false if the value stays pinned at the minimum or maximum. The default is true.