\Kendo\Dataviz\UI\DiagramConnectionSelectionHandlesFill
A PHP class representing the fill setting of DiagramConnectionSelectionHandles.
Methods
color
Defines the handles fill color.
Returns
\Kendo\Dataviz\UI\DiagramConnectionSelectionHandlesFill
Parameters
$value string
Example
<?php
$fill = new \Kendo\Dataviz\UI\DiagramConnectionSelectionHandlesFill();
$fill->color('value');
?>