Gets or sets the width of a LCD pixel.

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

Collapse imageSyntax

C#
public int PixelWidth { get; set; }
Visual Basic (Declaration)
Public Property PixelWidth As Integer
Visual C++
public:
property int PixelWidth {
	int get ();
	void set (int value);
}

Field Value

The width of a LCD pixel.

Collapse imageSee Also