2.13.15 Line.Width

The Line.Width element specifies the width of a line. This element is optional. If this element is present, its value MUST be an RdlSize. This element can have a negative RdlSize.

If this element is not present, its value is interpreted as the width of the line's container (such as a Rectangle or Body) minus the value of the peer Line.Left element, if specified. If the Line.Left element is not specified, its value is 0.

The value of the Line.Width element MUST NOT be a size such that the sum of its size and that of the peer Line.Left element is negative.

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

Parent elements

Line

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

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