TiSevenSegmentDisplay.SegmentOffColor

TiSevenSegmentDisplay See Also

Specifies the off (Inactive) segment color when AutoSegmentOffColor is set to FALSE.

property SegmentOffColor : TColor;

Description

Use SegmentOffColor to set or get the off (Inactive) segment color . This property only has an effect if AutoSegmentOffColor is set to FALSE.

Example

Delphi

iComponent.SegmentOffColor := clGray;

C++ Builder

iComponent->SegmentOffColor = clGray;

Contents | Index | Previous | Next