2.14.9 Rectangle.Height

The Rectangle.Height element specifies the height of a Rectangle. This element is optional. If this element is present, its value MUST be an RdlSize. If this element is not present, its value is interpreted as height of the rectangle's container minus the value of the peer Rectangle.Top element, if specified.

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

Parent elements

Rectangle

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

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