<kendo:diagram-shapeDefaults-fill>

Defines the fill options of the shape. Use these settings to apply a single-color or a gradient background to all shapes in the Diagram.

Example

<kendo:diagram-shapeDefaults>
    <kendo:diagram-shapeDefaults-fill></kendo:diagram-shapeDefaults-fill>
</kendo:diagram-shapeDefaults>

Configuration Attributes

color java.lang.String

Defines the fill color of the shape.

Example

<kendo:diagram-shapeDefaults-fill color="color">
</kendo:diagram-shapeDefaults-fill>

opacity float

Defines the fill opacity of the shape.

Example

<kendo:diagram-shapeDefaults-fill opacity="opacity">
</kendo:diagram-shapeDefaults-fill>

Configuration JSP Tags

kendo:diagram-shapeDefaults-fill-gradient

Defines the gradient fill of the shape.

More documentation is available at kendo:diagram-shapeDefaults-fill-gradient.

Example

<kendo:diagram-shapeDefaults-fill>
    <kendo:diagram-shapeDefaults-fill-gradient></kendo:diagram-shapeDefaults-fill-gradient>
</kendo:diagram-shapeDefaults-fill>
In this article
Not finding the help you need?