TiObjectCanvas.DefaultFontBold

TiObjectCanvas

Specifies the default font bold property of drawing objects when added to the control.

property DefaultFontBold : Boolean;

Description

Use DefaultFontBold to get or set the default font bold property of drawing objects when added to the control.

Example

Delphi

iComponent.DefaultFontBold := True;

C++ Builder

iComponent->DefaultFontBold = True;

Contents | Index | Previous | Next