\Kendo\Dataviz\UI\DiagramEditableDragSnap

A PHP class representing the snap setting of DiagramEditableDrag.

Methods

size

Specifies the shapes drag snap size.

Returns

\Kendo\Dataviz\UI\DiagramEditableDragSnap

Parameters

$value float

Example

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