LineSpace
Compatibility setting that specifies the number of pixels between vertically adjacent fields.
Syntax
LineSpace=
Pixels
Arguments
Pixels—number of pixels; minimum is 0
, maximum is 10
. If not specified, the default value is 0
. The recommended maximum value is 3
.
Defaults
Default value: | 0
|
File section: | [upi] |
Description
Note: This setting has been superseded by the Window LineSpace property, which can be set by the Window
definition in the [application] section of the initialization file, or in the window property of a form component. For more information, see Window and Line Space (LineSpace).
This setting has no effect in a character mode application.
Compatibility
For compatibility reasons, if the LineSpace initialization setting in the [upi] section is set to a value other than 0
, it takes precedence over the value set by Window setting in the [application] section.
The setting is ignored for a form in which the Line Space property is specified.