DiagramConnectionDefaultsSelectionSettingsBuilder

Methods

Handles(System.Action)

Defines the default handles options for selected connections.

Parameters

configurator - System.Action<DiagramConnectionDefaultsSelectionHandlesSettingsBuilder>

The action that configures the handles settings.

Example

Razor
 
             @(Html.Kendo().Diagram()
              .Name("diagram")
              .ConnectionDefaults(cd => cd
                .Selection(s => s.Handles(h => h.Stroke(s => s.Color("white")).Fill(f => f.Color("yellow"))))
               )
             )
             
In this article
MethodsHandles(System.Action)
Not finding the help you need?
Contact Support