In This Topic
Gets or sets whether the spin behavior can wrap when reaching a maximum or minimum limit.
Syntax
'Declaration
Public Property Wrap As Boolean
'Usage
Dim instance As Spin
Dim value As Boolean
instance.Wrap = value
value = instance.Wrap
public bool Wrap {get; set;}
Property Value
A
bool value,
true if the spin behavior can wrap; otherwise,
false.
See Also