TiGaugeComponent.SectionColor5
TiGaugeComponent See Also
Specifies the color of Section5.
property SectionColor5 : TColor;
Description
Use SectionColor5 to get or set the color of Section5.
If the following conditions are not meet, Section5 will not be shown
SectionCount > 4
(SectionEnd1, SectionEnd2, SectionEnd3, SectionEnd4) < PositionMax
Example
Delphi
iComponent.SectionColor5 := clYellow;
C++ Builder
iComponent->SectionColor5 = clYellow;
Contents | Index | Previous | Next