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