ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1StopsSlider Class / Stops Property

In This Topic
    Stops Property (C1StopsSlider)
    In This Topic
    Gets the collection of stops in the control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Stops As StopCollection
    public StopCollection Stops {get;}
    See Also