[Table of Contents] [docx version]
VML Reference Material - VML
ST_FillMethod (Gradient Fill Computation Type)
This simple type specifies ways in which a gradient fill is computed.
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 |
any (Application Default Fill) |
Default blend |
linear (Linear Fill) |
Linear blend |
linear sigma (Linear Sigma Fill) |
Linear sigma blend |
none (No Gradient Fill) |
No blend |
sigma (Sigma Fill) |
Sigma blend |
Referenced By |
fill@method (§6.1.2.5) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_FillMethod">
<restriction base="xsd:string">
<enumeration value="none"/>
<enumeration value="linear"/>
<enumeration value="sigma"/>
<enumeration value="any"/>
<enumeration value="linear sigma"/>
</restriction>
</simpleType>