Gets or sets the size of a LCD pixel (in screen pixels)

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

Collapse imageSyntax

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

Field Value

The size of the pixel.

Collapse imageSee Also