Click or drag to resize

ThemedControlHandlerTControl, TWidget, TCallbackBackgroundColor Property

Gets or sets the color for the background of the control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual Color BackgroundColor { get; set; }

Property Value

Type: Color
The color of the background.

Implements

ControlIHandlerBackgroundColor
Remarks
Note that on some platforms (e.g. Mac), setting the background color of a control can change the performance characteristics of the control and its children, since it must enable layers to do so.
See Also