LcdLabelDotMatrix Property |
doogal.co.uk Home
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 public DotMatrix DotMatrix { get; set; }
Public Property DotMatrix As DotMatrix
Get
Set
public:
property DotMatrix DotMatrix {
DotMatrix get ();
void set (DotMatrix value);
}
member DotMatrix : DotMatrix with get, set
Property Value
Type:
DotMatrixThe type of character matrix on the LCD.
See Also