Gets or sets the LCD background color.
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| 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); } |