TiSevenSegmentDisplay.SegmentSeperation

TiSevenSegmentDisplay See Also

Specifies the margin between each digit segment.

property SegmentSeperation : Integer;

Description

Use SegmentSeperation to get or set the margin between each digit segment. The value is in pixels.

Example

Delphi

iComponent.SegmentSeperation := 1;

C++ Builder

iComponent->SegmentSeperation = 1;

Contents | Index | Previous | Next