ControlBackgroundColor 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 Color BackgroundColor { get; set; }
Public Property BackgroundColor As Color
Get
Set
member BackgroundColor : Color with get, set
Property Value
Type:
ColorThe color of the background.
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