\Kendo\UI\ColorGradientContrastTool

A PHP class representing the contrastTool setting of ColorGradient.

Methods

backgroundColor

Sets the background color for the contrast tool in the ColorGradient.

Returns

\Kendo\UI\ColorGradientContrastTool

Parameters

$value string|

Example - using string

<?php
$contrastTool = new \Kendo\UI\ColorGradientContrastTool();
$contrastTool->backgroundColor('value');
?>
In this article
Not finding the help you need?