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


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