Spread Windows Forms 12.0 Product Documentation
TrackColor Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : TrackColor Property
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;}

Property Value

Color object containing the color of the track
See Also

Reference

FpSlider Class
FpSlider Members