TiSevenSegmentCharacter.SegmentMargin
TiSevenSegmentCharacter See Also
Specifies the margin around the character.
property SegmentMargin : Integer;
Description
Use SegmentMargin to set the margin around the character. The value is in
pixels.
Example
Delphi
iComponent.SegmentMargin := 2;
C++ Builder
iComponent->SegmentMargin = 2;
Contents | Index | Previous | Next