Gets or sets the space between each pixel in the matrix.
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public int PixelSpacing { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PixelSpacing As Integer |
| Visual C++ |
|---|
public: property int PixelSpacing { int get (); void set (int value); } |