TiThermometer.IndicatorWidth

TiThermometer See Also

Specifies the indicator width.

property IndicatorWidth : Integer;

Description

Use IndicatorWidth to read or change the indicator width (Tube Portion of the Thermometer). The IndicatorWidth value is in pixels.

Example

Delphi

iComponent.IndicatorWidth := 2;

C++ Builder

iComponent->IndicatorWidth = 2;

Contents | Index | Previous | Next