<kendo:diagram-shape-fill>
Defines the background fill options of the shape.
Example
<kendo:diagram-shape>
<kendo:diagram-shape-fill></kendo:diagram-shape-fill>
</kendo:diagram-shape>
Configuration Attributes
color java.lang.String
Defines the fill color of the shape.
Example
<kendo:diagram-shape-fill color="color">
</kendo:diagram-shape-fill>
opacity float
Defines the fill opacity of the shape.
Example
<kendo:diagram-shape-fill opacity="opacity">
</kendo:diagram-shape-fill>
Configuration JSP Tags
kendo:diagram-shape-fill-gradient
Defines the gradient fill of the shape.
More documentation is available at kendo:diagram-shape-fill-gradient.
Example
<kendo:diagram-shape-fill>
<kendo:diagram-shape-fill-gradient></kendo:diagram-shape-fill-gradient>
</kendo:diagram-shape-fill>