ICSS2Properties.Height

ICSS2Properties.Height property

This property specifies the content height of boxes generated by block-level and replaced elements.

This property does not apply to non-replaced inline-level elements. The height of a non-replaced inline element’s boxes is given by the element’s (possibly inherited) ’line-height’ value.

public string Height { get; set; }

Return Value

height property

See Also