ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTrackBar Class / StepFrequency Property

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