InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputTrackBar Class / TickFrequency Property

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