TiKnob.IndicatorStyle

TiKnob See Also

Specifies the style of the Indicator.

type TiKnobIndicatorStyle = (ikisDotLowered, ikisDotRaised, ikisDot, ikisLineCenter, ikisLineCustom, ikisTriangle);

property IndicatorStyle : TiKnobIndicatorStyle;

Description

Set IndicatorStyle to specify the style of the Indicator.

These are the possible values:

Value
Meaning
ikisDotLowered
Filled circle with a 3D bevel lowered style and a Diameter = 2 x IndicatorSize.
ikisDotRaised
Filled circle with a 3D bevel raised style and a Diameter = 2 x IndicatorSize.
ikisDot
Filled circle with a Diameter = 2 x IndicatorSize.
ikisLineCenter
Thin line from center to (Edge-IndicatorMargin).
ikisLineCustom
Thin line from (Edge-IndicatorMargin) to (Edge-IndicatorMargin - Size).
ikisTriangle
Filled Triangle from (Edge-IndicatorMargin) and Sides = 2 x IndicatorSize.

Example

Delphi

iComponent.IndicatorStyle := ikisDotLowered;

C++ Builder

iComponent->IndicatorStyle = ikisDotLowered;

Contents | Index | Previous | Next