TiKnob.IndicatorMargin

TiKnob See Also

Specifies the margin between the Indicator and the edge of the Knob.

property IndicatorMargin : Integer;

Description

Use IndicatorMargin to set the margin between the Indicator and the edge of the Knob. The IndicatorMargin value is in pixels.

Example

Delphi

iComponent.IndicatorMargin := 5;

C++ Builder

iComponent->IndicatorMargin = 5;

Contents | Index | Previous | Next