Gets or sets the space between each pixel in the matrix.

Namespace:  LCDLabel
Assembly:  LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)

Collapse imageSyntax

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);
}

Field Value

The pixel spacing.

Collapse imageSee Also