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