TiSevenSegmentCharacter.SegmentSize
TiSevenSegmentCharacter See Also
Specifies the size of each segment.
property SegmentSize : Integer;
Description
Use SegmentSize to 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