2.12.16 Image.ZIndex

The Image.ZIndex element specifies the drawing order of an Image within its container. This 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 Image.ZIndex element.

Parent elements

Image

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

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