TiSevenSegmentDisplay.AutoSegmentOffColor
TiSevenSegmentDisplay See Also
Determines whether the color of the off (Inactive) segments are calculated
automatically.
property AutoSegmentOffColor : Boolean;
Description
Use AutoSegmentOffColor to specify whether the color of the off (Inactive)
segments are calculated automatically. When AutoSegmentOffColor is set to TRUE,
the color is calculated to be 1/3 intensity of the SegmentColor. When AutoSegmentOffColor is set to FALSE, the SegmentOffColor is used for off (Inactive) segments.
Example
Delphi
iComponent.AutoSegmentOffColor := True;
C++ Builder
iComponent->AutoSegmentOffColor = True;
Contents | Index | Previous | Next