Applies to
Declaration
property LineHeight: Integer;
Description
LineHeight is a property that indicates the number of pixels occupied by each line in the vertical direction. By default the TPlusMemo will use a value equal to the font height, but you can assign to LineHeight to control the height of each line displayed. Assigning a value of 0 to it will make the component use its default value based on the font height.