TiKnob.IndicatorSize
TiKnob See Also
Specifies the size of the Indicator.
property IndicatorSize : Integer;
Description
Use IndicatorSize to read or change the Indicator size.
Example
Delphi
iComponent.IndicatorSize := 4;
C++ Builder
iComponent->IndicatorSize = 4;
Note: Has no effect if IndicatorStyle = ikisLineCenter.
Contents | Index | Previous | Next