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