Widget.backgroundColor - multiple declarations
- Function Widget.backgroundColor
- Function Widget.backgroundColor
- Function Widget.backgroundColor
Function Widget.backgroundColor
returns background color
Prototype
uint backgroundColor() @property const;
Function Widget.backgroundColor
set background color
for widget - override one from style
Prototype
Widget backgroundColor(
uint color
) @property;
Function Widget.backgroundColor
set background color for widget - from string like "#5599CC" or "white"
Prototype
Widget backgroundColor(
string colorString
) @property;