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