<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 |
---|---|
|
Default blend |
|
Linear blend |
|
Linear sigma blend |
|
No blend |
|
Sigma blend |
Referenced By |
---|
|
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>