TiGaugeComponent.SectionColor3

TiGaugeComponent See Also

Specifies the color of Section3.

property SectionColor3 : TColor;

Description

Use SectionColor3 to get or set the color of Section3.

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

SectionCount > 2

(SectionEnd1, SectionEnd2) < PositionMax

SectionEnd3 > (SectionEnd2, SectionEnd1)

Example

Delphi

iComponent.SectionColor3 := clRed;

C++ Builder

iComponent->SectionColor3 = clRed;

Contents | Index | Previous | Next