\Kendo\Dataviz\UI\DiagramEditableResizeHandlesHoverFill

A PHP class representing the fill setting of DiagramEditableResizeHandlesHover.

Methods

color

Specifies the fill color on hovering over the resizing handles. See the editable.resize configuration for an example.

Returns

\Kendo\Dataviz\UI\DiagramEditableResizeHandlesHoverFill

Parameters

$value string

Example

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

opacity

Specifies the fill opacity on hovering over the resizing handles. See the editable.resize configuration for an example.

Returns

\Kendo\Dataviz\UI\DiagramEditableResizeHandlesHoverFill

Parameters

$value float

Example

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