<stop>
(Gradient Stop)
One of a sequence of two or more gradient stops, constituting this gradient fill.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Position information for this gradient stop. Interpreted exactly like The possible values for this attribute are defined by the XML Schema double datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GradientStop">
<sequence>
<element name="color" type="CT_Color" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="position" type="xsd:double" use="required"/>
</complexType>