TiLCDMatrix.CellsSpacingHorz
TiLCDMatrix
Specifies the horizontal spacing between the cells or "dots" that make up a
charcter.
property CellsSpacingHorz : Integer;
Description
Use CellsSpacingHorz to specify the horizontal spacing between the cells or
"dots" that make up a character. The value is specified in pixels.
Example
Visual Basic
iComponent.CellsSpacingHorz := 1;
Visual C++
iComponent->CellsSpacingHorz = 1;
Contents | Index | Previous | Next