TiGaugeComponent.SectionColor4

TiGaugeComponent See Also

Specifies the color of Section4.

property SectionColor4 : TColor;

Description

Use SectionColor4 to get or set the color of Section4.

If the following conditions are not meet, Section4 will not be shown

SectionCount > 3

(SectionEnd1, SectionEnd2, SectionEnd3) < PositionMax

SectionEnd4 > (SectionEnd3, SectionEnd2, SectionEnd1)

Example

Delphi

iComponent.SectionColor4 := clYellow;

C++ Builder

iComponent->SectionColor4 = clYellow;

Contents | Index | Previous | Next