dbicLabel Send comments on this topic.
ForeColorTo Property
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : ForeColorTo Property

Gets or Sets the secondary color used to paint the text in the control.

Syntax

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

Property Value

Color

Remarks

Only applicable if TextBrushType is set to a value other than Solid.

Requirements

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

See Also