SpinButton.wrap

bool wrap() @property nothrow

Get wrap property.

Returns

Whether a spin button should wrap upon reaching its limits.
void wrap(bool propval) @property nothrow

Set wrap property.

Parameters

propvalWhether a spin button should wrap upon reaching its limits.