dbicSlide Send comments on this topic.
ForeColor Property
See Also 
dbicSlide Assembly > Dbi.WinControl.Slide Namespace > ValuePointEventArgs Class : ForeColor Property

Determines the color used to paint the tick line or the text in the track.

Syntax

Visual Basic (Declaration) 
Public Property ForeColor As Color
C# 
public Color ForeColor {get; set;}

Property Value

Color

Remarks

When 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.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also