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

Gets or Sets the Brush used to paint the text in the control.

Syntax

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

Property Value

enumBrushType

Remarks

The colors used by the brush are determined by the value of this property and the current values assigned to the ForeColor and ForeColorTo properties.

This property will be ignored by the control if a value has been assigned to the ForeImage property

Requirements

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

See Also