\Kendo\Dataviz\UI\DiagramConnectionStartCapFill

A PHP class representing the fill setting of DiagramConnectionStartCap.

Methods

color

The connection start cap fill color.

Returns

\Kendo\Dataviz\UI\DiagramConnectionStartCapFill

Parameters

$value string

Example

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