Gets or sets the LCD background color.

Namespace:  LCDLabel
Assembly:  LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)

Collapse imageSyntax

C#
public Color BackGround { get; set; }
Visual Basic (Declaration)
Public Property BackGround As Color
Visual C++
public:
property Color BackGround {
	Color get ();
	void set (Color value);
}

Field Value

The LCD background color.

Collapse imageSee Also