<kendo:diagram-shape-fill-gradient-stop>

The array of gradient color stops.

Example

<kendo:diagram-shape-fill-gradient-stops>
    <kendo:diagram-shape-fill-gradient-stop></kendo:diagram-shape-fill-gradient-stop>
</kendo:diagram-shape-fill-gradient-stops>

Configuration Attributes

color java.lang.String

The color in any of the following formats:| Format | Description | --- | --- | --- | red | Basic or Extended CSS Color name | #ff0000 | Hex RGB value | rgb(255, 0, 0) | RGB valueSpecifying 'none', 'transparent' or '' (empty string) will clear the fill.

Example

<kendo:diagram-shape-fill-gradient-stop color="color">
</kendo:diagram-shape-fill-gradient-stop>

offset float

The stop offset from the start of the element. Ranges from 0 (start of gradient) to 1 (end of gradient).

Example

<kendo:diagram-shape-fill-gradient-stop offset="offset">
</kendo:diagram-shape-fill-gradient-stop>

opacity float

The fill opacity. Ranges from 0 (completely transparent) to 1 (completely opaque).

Example

<kendo:diagram-shape-fill-gradient-stop opacity="opacity">
</kendo:diagram-shape-fill-gradient-stop>
In this article
Not finding the help you need?