TiThermometer.IndicatorStyle
TiThermometer See Also
Specifies the Indicator style.
type TiThermometerIndicatorStyle = (itisBulb, itisBar, itisBarSunken,
itisBarRaised);
property IndicatorStyle : TiThermometerIndicatorStyle;
Description
Use IndicatorStyle to get or set the Indicator style.
These are the possible values:
Value
Meaning
itisBulb
Flat Bar with a rounded top and a Bulb at the bottom
itisBar
Flat Bar
itisBarSunken
Flat Bar with Sunken Border
itisBarRaised
Flat Bar with Raised Border
Example
Delphi
iComponent.IndicatorStyle := itisBarSunken;
C++ Builder
iComponent->IndicatorStyle = itisBarSunken;
Contents | Index | Previous | Next