<gsLst>
(Gradient Stop List)
The list of gradient stops that specifies the gradient colors and their relative positions in the color band.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GradientStopList">
<sequence>
<element name="gs" type="CT_GradientStop" minOccurs="2" maxOccurs="unbounded"/>
</sequence>
</complexType>