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

Gets or Sets an image to be used for painting the text in the control.

Syntax

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

Property Value

Image

Remarks

When assigned a valid image, this property will override the Forecolor and ForeColorTo properties when painting the text.

The orientation of the image is not adjusted when the TextAngle property is changed. 

Requirements

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

See Also