TiLCDMatrix.CellsWidth
TiLCDMatrix
Specifies the width of the cells or "dots" that make up a character.
property CellsWidth : Integer;
Description
Use CellsWidth to specify the width of the cells or "dots" that make up a
character. The value is specified in pixels.
Note: there is currently no CellsWidth property. The height of all cells will be
exactly the same as the cell width, making all cells or "dots" square.
Example
Visual Basic
iComponent.CellsWidth := 5;
Visual C++
iComponent->CellsWidth = 5;
Contents | Index | Previous | Next