[]
Gets or sets whether the spin behavior can wrap when reach max or min limit.
public bool SpinAllowWrap { get; set; }
Public Property SpinAllowWrap As Boolean
Type | Description |
---|---|
bool | A bool value, true if the spin behavior can wrap, otherwise, false. |