2.13.9 Line.Height

The Line.Height element specifies the height of a line. This element is optional. If this element is present, its value MUST be an RdlSize. This element MAY have a negative RdlSize. A "negative RdlSize" is an RdlSize in the format <value><unit> where value is a negative value.

If the Line.Height element is not present, its value is interpreted as the height of its container minus the value of the peer Line.Top element, if specified. If Line.Top is not specified, the value of Line.Top is 0pt. This element MUST NOT have a size such that the sum of its size and that of the peer Line.Top element is negative.

Following is the parent element of the Line.Height element.

Parent elements

Line

The following is the XML Schema definition of the Line.Height element.

 <xsd:element name="Height" type="SizeType" minOccurs="0" />