DiagramConnectionHoverStrokeSettingsBuilder

Methods

Color(System.String)

Defines the highlight color when the pointer is hovering over the connection.

Parameters

value - System.String

The value that configures the color.

Example

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