DiagramPannableSettingsBuilder

Methods

Key(Kendo.Mvc.UI.DiagramPannableKey)

Defines the meta key that will be used while panning the Diagram.

Parameters

value - DiagramPannableKey

The enum value that configures the key.

Example

Razor
 
             @(Html.Kendo().Diagram()
               .Name("diagram")
               .Pannable(p => p.Key(DiagramPannableKey.Shift))
             )
             
In this article
MethodsKey(Kendo.Mvc.UI.DiagramPannableKey)
Not finding the help you need?
Contact Support