Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1ColorPicker Class / AllowSpinLoop Property

In This Topic
    AllowSpinLoop Property (C1ColorPicker)
    In This Topic
    Gets or sets a value determining whether the spinner moves to the first item when it reaches the last, or to the last when it reaches the first.
    Syntax
    'Declaration
     
    
    Public Property AllowSpinLoop As Boolean
    public bool AllowSpinLoop {get; set;}
    See Also