TrackColor Property (FpSlider)
Gets or sets the color of the track in the slider.
public Color TrackColor {get; set;}
'Declaration
Public Property TrackColor As Color
'Usage
Dim instance As FpSlider
Dim value As Color
instance.TrackColor = value
value = instance.TrackColor