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

Gets or sets the primary backcolor for the control.

Syntax

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

Property Value

ColorA System.Drawing.Color that represents the background color of the control. The default is the value of the System.Windows.Forms.Control.DefaultBackColor property.

Requirements

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

See Also