Spread Windows Forms 12.0 Product Documentation
TickColor Property (FpSlider)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpSlider Class : TickColor Property
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

Reference

FpSlider Class
FpSlider Members