TiSevenSegmentCharacter.SegmentSeperation

TiSevenSegmentCharacter See Also

Specifies the margin between each segment.

property SegmentSeperation : Integer;

Description

Use SegmentSeperation to set the separation between each segment. The value is in pixels.

Example

Delphi

iComponent.SegmentSeperation := 1;

C++ Builder

iComponent->SegmentSeperation = 1;

Contents | Index | Previous | Next