TiKnob.ShowPostionDisplay

TiKnob See Also

Specifies whether the Postion Display text is shown in the center of the Knob.

property ShowPostionDisplay : Boolean;

Description

Use ShowPostionDisplay to specify whether the Position Display text is shown in the center of the Knob.

Example

Delphi

iComponent.ShowPostionDisplay := True;

C++ Builder

iComponent->ShowPostionDisplay = True;

Contents | Index | Previous | Next