|
|
|
|
|
FontSize (Property) In french: PoliceTaille
The FontSize property is used to: - Identify the size of the font used in a control.
- Change the size of the font used in a control.
// Change the size of the font used in "EDT_CustomerName" EDT_CustomerName.FontSize = 16
Syntax
Identifying the size of the font used in a control Hide the details
<Result> = <Control used>.FontSize
<Result>: Integer Size of the font used in the specified object.
<Control used>: Control name Name of the control to be used.
Changing the size of the font used in a control Hide the details
<Control used>.FontSize = <Font size>
<Control used>: Control name Name of the control to be used. <Font size>: Integer New size of the font used in the specified control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|