TiLCDMatrix.CharacterSpacingVert
TiLCDMatrix
Specifies the vertical spacing between characters.
property CharacterSpacingVert : Integer;
Description
Use CharacterSpacingVert to specify the vertical 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 columns of cells or
"dots" between character columns.
Example
Visual Basic
iComponent.CharacterSpacingVert := 1;
Visual C++
iComponent->CharacterSpacingVert = 1;
Contents | Index | Previous | Next