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

In This Topic
    Stops Property (StopsChangedEventArgs)
    In This Topic
    Gets the list of stops values.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Stops As IReadOnlyList(Of Double)
    public IReadOnlyList<double> Stops {get;}
    See Also