\Kendo\Dataviz\UI\DiagramEditableResizeHandlesFill

A PHP class representing the fill setting of DiagramEditableResizeHandles.

Methods

color

Specifies the fill color of the resizing handles. See the editable.resize configuration for an example.

Returns

\Kendo\Dataviz\UI\DiagramEditableResizeHandlesFill

Parameters

$value string

Example

<?php
$fill = new \Kendo\Dataviz\UI\DiagramEditableResizeHandlesFill();
$fill->color('value');
?>

opacity

Specifies the fill opacity of the resizing handles. See the editable.resize configuration for an example.

Returns

\Kendo\Dataviz\UI\DiagramEditableResizeHandlesFill

Parameters

$value float

Example

<?php
$fill = new \Kendo\Dataviz\UI\DiagramEditableResizeHandlesFill();
$fill->opacity(1);
?>
In this article
Not finding the help you need?