\Kendo\Dataviz\UI\DiagramConnectionSelectionHandlesStroke

A PHP class representing the stroke setting of DiagramConnectionSelectionHandles.

Methods

color

Defines the handles stroke color.

Returns

\Kendo\Dataviz\UI\DiagramConnectionSelectionHandlesStroke

Parameters

$value string

Example

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