Gets or sets the type of character matrix on the LCD

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

Collapse imageSyntax

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

Field Value

The type of character matrix on the LCD.

Collapse imageSee Also