Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Spin Class / Wrap Property


In This Topic
    Wrap Property (Spin)
    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