SystemColorsWindowBackground Property |
Gets the color of a window background.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static Color WindowBackground { get; }
Public Shared ReadOnly Property WindowBackground As Color
Get
static member WindowBackground : Color with get
Property Value
Type:
ColorThe window background.
See Also