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