DiagramConnectionDefaultsEndCapFillSettingsBuilder

Methods

Color(System.String)

Sets the default end cap fill color of the connections.

Parameters

value - System.String

The value that configures the color.

Example

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