windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-0027f4a0.md
Gets or sets the control’s background color.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
public override Color BackColor { get; set; }
<DXCategory("Appearance")>
Public Overrides Property BackColor As Color
| Type | Description |
|---|---|
| Color |
A Color that represents the control’s background color.
|
The color specified by the BackColor property is used to paint the control’s background if the OptionsView.EnableTransparentBackColor property is set to true.
If you need a form’s background image to be seen through the LayoutControl which is positioned on this form do the following:
Note
The BackColor and OptionsView.EnableTransparentBackColor are not supported if the LayoutControl is painted using a skin. See the LayoutControl.LookAndFeel property to change the painting scheme.
See Also