DiagramShapeDefaultsHoverSettingsBuilder

Methods

Fill(System.Action)

Defines the default hover fill options.

Parameters

configurator - System.Action<DiagramShapeDefaultsHoverFillSettingsBuilder>

The action that configures the fill settings.

Example

Razor
 
             @(Html.Kendo().Diagram()
              .Name("diagram")
              .ShapeDefaults(sd => sd
                .Hover(h => h.Fill(f => f.Color("pink").Opacity(0.5)))
               )
             )
             
In this article
MethodsFill(System.Action)
Not finding the help you need?
Contact Support