Property DefaultBgColor
DefaultBgColor
Default gui background color.
Declaration
public static Color DefaultBgColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color | Default gui background color. |
Remarks
This static property makes easy to reset the background color inside a control without the need to locally store the default background color before changing it.