LcdLabelBackGround Property |
doogal.co.uk Home
Gets or sets the LCD background color.
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public Color BackGround { get; set; }
Public Property BackGround As Color
Get
Set
public:
property Color BackGround {
Color get ();
void set (Color value);
}
member BackGround : Color with get, set
Property Value
Type:
ColorThe LCD background color.
See Also