\Kendo\Dataviz\UI\DiagramConnectionDefaultsSelectionHandlesFill

A PHP class representing the fill setting of DiagramConnectionDefaultsSelectionHandles.

Methods

color

Defines the handles fill color when connections are selected.

Returns

\Kendo\Dataviz\UI\DiagramConnectionDefaultsSelectionHandlesFill

Parameters

$value string

Example

<?php
$fill = new \Kendo\Dataviz\UI\DiagramConnectionDefaultsSelectionHandlesFill();
$fill->color('value');
?>
In this article
Not finding the help you need?