| Visual Basic (Declaration) | |
|---|---|
Public Property ForeColor As Color | |
| C# | |
|---|---|
public Color ForeColor {get; set;} | |
Property Value
ColorWhen isRulerText is false, this property will determine the color of the tick line rneder in the track. Otherwise it will determine the color of the ruler text displayed.
Assigning a new value to this property in the event will change the color of the current tick line or text in the control.