Spread Windows Forms 12.0 Product Documentation
Wrap Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Spin Class : Wrap Property
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

Reference

Spin Class
Spin Members