Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / TickLength Property


In This Topic
    TickLength Property (FpSlider)
    In This Topic
    Gets or sets the width of the ticks of the slider.
    Syntax
    'Declaration
     
    
    Public Property TickLength As Integer
    'Usage
     
    
    Dim instance As FpSlider
    Dim value As Integer
     
    instance.TickLength = value
     
    value = instance.TickLength
    public int TickLength {get; set;}
    See Also