TiLCDMatrix.CharacterSpacingHorz
TiLCDMatrix
Specifies the horizontal spacing between characters.
property CharacterSpacingHorz : Integer;
Description
Use CharacterSpacingHorz to specify the horizontal spacing between characters.
The value is specified in the units of cells or "dots" that make up an
individual character.
For example, specifying a value of 2 will add two extra rows of cells or
"dots" between character rows.
Example
Visual Basic
iComponent.CharacterSpacingHorz := 1;
Visual C++
iComponent->CharacterSpacingHorz = 1;
Contents | Index | Previous | Next