SystemColorsIHandlerControlBackground Property |
Gets the color of a control's background, such as the entry area of a TextBox.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Color ControlBackground { get; }
ReadOnly Property ControlBackground As Color
Get
abstract ControlBackground : Color with get
Property Value
Type:
ColorThe control background color.
See Also