Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTrackBar Class / TickFrequency Property

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