CT_GradientFillProperties

Complex Type Information

Model

Children: gsLst, lin, path, tileRect

Attributes

QName Type Fixed Default Use Inheritable Annotation
flip ST_TileFlipMode none optional
rotWithShape xsd:boolean optional

Used By

Source

<xsd:complexType name="CT_GradientFillProperties">
  <xsd:sequence>
    <xsd:element name="gsLst" type="CT_GradientStopList" minOccurs="0" maxOccurs="1"/>
    <xsd:group ref="EG_ShadeProperties" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="tileRect" type="CT_RelativeRect" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
  <xsd:attribute name="flip" type="ST_TileFlipMode" use="optional" default="none"/>
  <xsd:attribute name="rotWithShape" type="xsd:boolean" use="optional"/>
</xsd:complexType>