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