\Kendo\Dataviz\UI\DiagramConnectionDefaultsEndCapFill
A PHP class representing the fill setting of DiagramConnectionDefaultsEndCap.
Methods
color
The connections end cap fill color.
Returns
\Kendo\Dataviz\UI\DiagramConnectionDefaultsEndCapFill
Parameters
$value string
Example
<?php
$fill = new \Kendo\Dataviz\UI\DiagramConnectionDefaultsEndCapFill();
$fill->color('value');
?>