For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library at VML Reference.
<skew
id="xsd:string"
on="tfType"
offset="xsd:string"
origin="xsd:string"
matrix="xsd:string"
v:ext="[external type]"
/>
Element type | Anonymous |
Namespace | urn:schemas-microsoft-com:office:office |
Schema name | Common Properties |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
id | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. |
on | tfType | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. |
|
offset | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. |
origin | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. |
matrix | xsd:string | optional | For more information on this element, please refer to the VML Reference, located online in the Microsoft Developer Network (MSDN) Library. | See external namespace. |
v:ext | external ref | optional | See external namespace. | See external namespace. |
<xsd:element name="skew" >
<xsd:complexType>
<xsd:attribute name="id" type="xsd:string" use="optional"></xsd:attribute>
<xsd:attribute ref="v:ext" use="optional"></xsd:attribute>
<xsd:attribute name="on" type="tfType" use="optional"></xsd:attribute>
<xsd:attribute name="offset" type="xsd:string" use="optional"></xsd:attribute>
<xsd:attribute name="origin" type="xsd:string" use="optional"></xsd:attribute>
<xsd:attribute name="matrix" type="xsd:string" use="optional"></xsd:attribute>
</xsd:complexType>
</xsd:element>