Gets or sets the type of character matrix on the LCD
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public DotMatrix DotMatrix { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DotMatrix As DotMatrix |
| Visual C++ |
|---|
public: property DotMatrix DotMatrix { DotMatrix get (); void set (DotMatrix value); } |