DiagramConnectionDefaultsHoverStrokeSettingsBuilder

Methods

Color(System.String)

Defines the default highlight color when the mouse pointer hovers over a connection.

Parameters

value - System.String

The value that configures the color.

Example

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