Click or drag to resize
Wizard .NET Library

ThemedLabelBackColor Property

Gets or sets the background color for the control.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(typeof(Color), "Transparent")]
public override Color BackColor { get; set; }
Request Example View Source

Property Value

Type: Color

Return Value

Type: Color
A Color that represents the background color of the control. The default is the value of the DefaultBackColor property.
See Also