TiGaugeComponent.SectionColor1
TiGaugeComponent See Also
Specifies the color of Section1.
property SectionColor1 : TColor;
Description
Use SectionColor1 to get or set the color of Section1.
If the following conditions are not met, Section1 will not be shown
SectionCount > 0
Example
Delphi
iComponent.SectionColor1 := clGreen;
C++ Builder
iComponent->SectionColor1 = clGreen;
Contents | Index | Previous | Next