Gets or sets whether the spin behavior can wrap when reaching a maximum or minimum limit.
Declaration
public bool Wrap { get; set; }
Public Property Wrap As Boolean
Property Value
Type |
Description |
bool |
A bool value, true if the spin behavior can wrap; otherwise, false.
|