\Kendo\Dataviz\UI\DiagramConnectionDefaultsSelectionHandlesStroke

A PHP class representing the stroke setting of DiagramConnectionDefaultsSelectionHandles.

Methods

color

Defines the handles stroke color when connections are selected.

Returns

\Kendo\Dataviz\UI\DiagramConnectionDefaultsSelectionHandlesStroke

Parameters

$value string

Example

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