gradientFillStyle Element

The gradientFillStyle element fills a shape with a gradually changing color.

Syntax

<gradientFillStyle id="styleId" type="gradientType">


  <!-- Defining gradient entries -->
  ...


</gradientFillStyle>

Gradient fill is defined with gradientEntry elements (not more than 8). The defined gradient fill is then applied to a shape and scaled to the shape size.

Attributes

Name

Description

Value type

Optional

Default Value

id

Object identifier

id

no

-

type

Fill style type. It may take the following values:

radial - radial gradient fill

linear - linear gradient fill

string

no

-

Parent Elements

styles

See Also

XML Schema Reference.