[Table of Contents] [docx version]
VML Reference Material - VML
ST_ColorMode (Extrusion Color Types)
This simple type specifies ways that the extrusion color is defined.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
auto (Use Shape Fill Color) |
Specifies that the color of the extrusion is the same as the fill color of the shape. |
custom (Use Custom Color) |
Specifies that the extrusion is the color of the color attribute. |
Referenced By |
extrusion@colormode (§6.2.2.10) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ColorMode">
<restriction base="xsd:string">
<enumeration value="auto"/>
<enumeration value="custom"/>
</restriction>
</simpleType>