Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / SliderCellType Class / TrackColor Property


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