TiSevenSegmentDisplay.SegmentSize
TiSevenSegmentDisplay See Also
Specifies the size of each segment.
property SegmentSize : Integer;
Description
Use SegmentSize to get or set the size of each segment. Each segment is based
on a 10x18-grid to guarantee that no fractional pixels are drawn distorting the
segment. The segment is drawn with the 10x18-grid multiplied by the
SegmentSize.
Example
Delphi
iComponent.SegmentSize := 1;
C++ Builder
iComponent->SegmentSize = 1;
Contents | Index | Previous | Next