DiagramConnectionDefaultsSelectionHandlesFillSettingsBuilder

Methods

Color(System.String)

Defines the default handles fill color when connections are selected.

Parameters

value - System.String

The value that configures the color.

Example

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