ICSS2Properties.LineHeight

ICSS2Properties.LineHeight property

If the property is set on a block-level element whose content is composed of inline-level elements, it specifies the minimal height of each generated inline box.

If the property is set on an inline-level element, it specifies the exact height of each box generated by the element. (Except for inline replaced elements, where the height of the box is given by the ‘height’ property.)

public string LineHeight { get; set; }

Return Value

line-height property

See Also