DiagramEditableDragSnapSettingsBuilder

Methods

Size(System.Double)

Specifies the shapes drag snap size.

Parameters

value - System.Double

The value that configures the size.

Example

Razor
 
             @(Html.Kendo().Diagram()
                .Name("diagram")
                .Editable(e => e.Drag(drag => drag.Snap(s => s.Size(80))))
              )
             
In this article
MethodsSize(System.Double)
Not finding the help you need?
Contact Support