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