DiagramConnectionStartCapFillSettingsBuilder

Methods

Color(System.String)

Defines the connection start cap fill color.

Parameters

value - System.String

The value that configures the color.

Example

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