Gets or sets the shape of a LCD pixel
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| 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); } |