TiKnob.PositionDisplayFont

TiKnob See Also

Controls the font attributes of the Position Display text shown in the center of the knob.

property PositionDisplayFont : TFont;

Description

Use PositionDisplayFont to change the font attributes of the Position Display text. To change to a new font, specify a new TFont object. To modify a font, change the value of the Color, Height, Name, Pitch, Size, or Style of the TFont object.

Example

Delphi

iComponent.PositionDisplayFont.Name := 'MS Sans Serif';

C++ Builder

iComponent->PositionDisplayFont->Name = "MS Sans Serif";

Contents | Index | Previous | Next