InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / StepFrequency Property

In This Topic
    StepFrequency Property (InputTrackBar)
    In This Topic
    Gets or sets a value that specifies the delta between thumb positions on the InputTrackBar.
    Syntax
    'Declaration
     
    Public Property StepFrequency As Integer
    public int StepFrequency {get; set;}
    See Also