Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpSlider Class / TickColor Property


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