Gets or sets the height of a LCD pixel.
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public int PixelHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PixelHeight As Integer |
| Visual C++ |
|---|
public: property int PixelHeight { int get (); void set (int value); } |