Table of Contents
LineHeight Property

Get or set the minimum line height.

Syntax
 public Single? LineHeight { get; set; }
Remarks

If the actual line content height is smaller than this value, extra padding will be added to the top and bottom of the line. If the line content height is greater than this value, the actual line height value will be used.

See Also