2.13.16 Line.ZIndex

The Line.ZIndex element specifies the drawing order of a Line within its container. The Line.ZIndex element is optional. If this element is present, its value MUST be an Integer ([XMLSCHEMA2/2] section 3.3.17). If this element is not present, its value is interpreted as 0. The value of this element MUST be greater than or equal to 0 and less than or equal to 2147483647.

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

Parent elements

Line

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

 <xsd:element name="ZIndex" type="xsd:unsignedInt" minOccurs="0" />