\Kendo\UI\ColorPickerTileSize
A PHP class representing the tileSize setting of ColorPicker.
Methods
height
The height of the color cell.
Returns
\Kendo\UI\ColorPickerTileSize
Parameters
$value float
Example
<?php
$tileSize = new \Kendo\UI\ColorPickerTileSize();
$tileSize->height(1);
?>
width
The width of the color cell.
Returns
\Kendo\UI\ColorPickerTileSize
Parameters
$value float
Example
<?php
$tileSize = new \Kendo\UI\ColorPickerTileSize();
$tileSize->width(1);
?>