Back to Devexpress

LabelControl.BackColor Property

windowsforms-devexpress-dot-xtraeditors-dot-labelcontrol-c42ddac9.md

latest1.4 KB
Original Source

LabelControl.BackColor Property

Gets or sets the label control’s background color.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override Color BackColor { get; set; }
vb
Public Overrides Property BackColor As Color

Property Value

TypeDescription
Color

A value that specifies the control’s background color.

|

Remarks

The BackColor property is synchronized with the AppearanceObject.BackColor property accessible using the LabelControl.Appearance setting.

See Also

Appearance

LabelControl Class

LabelControl Members

DevExpress.XtraEditors Namespace