TiObjectCanvas.DefaultFontItalic
TiObjectCanvas
Specifies the default font italic property of drawing objects when added to
the control.
property DefaultFontItalic : Boolean;
Description
Use DefaultFontItalic to get or set the default font italic property of
drawing objects when added to the control.
Example
Delphi
iComponent.DefaultFontItalic := True;
C++ Builder
iComponent->DefaultFontItalic = True;
Contents | Index | Previous | Next