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


In This Topic
    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