LcdLabelCharSpacing Property |
doogal.co.uk Home
Gets or sets the space between the characters on the LCD
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public int CharSpacing { get; set; }
Public Property CharSpacing As Integer
Get
Set
public:
property int CharSpacing {
int get ();
void set (int value);
}
member CharSpacing : int with get, set
Property Value
Type:
Int32The character spacing.
See Also