Gets or sets the shape of a LCD pixel

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

Collapse imageSyntax

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

Field Value

The pixel shape.

Collapse imageSee Also