Gets or sets the pixel off colour.
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public Color PixelOff { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PixelOff As Color |
| Visual C++ |
|---|
public: property Color PixelOff { Color get (); void set (Color value); } |