SystemColorsControlBackground 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 public static Color ControlBackground { get; }
Public Shared ReadOnly Property ControlBackground As Color
Get
static member ControlBackground : Color with get
Property Value
Type:
ColorThe control background color.
See Also