TiObjectCanvas.DefaultFontStrikeOut

TiObjectCanvas

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

property DefaultFontStrikeOut : Boolean;

Description

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

Example

Delphi

iComponent.DefaultFontStrikeOut := True;

C++ Builder

iComponent->DefaultFontStrikeOut = True;

Contents | Index | Previous | Next