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


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