New to Telerik UI for ASP.NET MVC? Download free 30-day trial

DiagramEditableResizeHandlesFillSettingsBuilder

Methods

Color(System.String)

Specifies the fill color of the resizing handles.

Parameters

value - System.String

The value that configures the color.

Example


             @(Html.Kendo().Diagram()
                .Name("diagram")
                .Editable(e => e.Resize(r => r.Handles(h => h.Fill(f => f.Color("red")))))
              )

Opacity(System.Double)

Specifies the fill opacity of the resizing handles.

Parameters

value - System.Double

The value that configures the opacity.

Example


             @(Html.Kendo().Diagram()
                .Name("diagram")
                .Editable(e => e.Resize(r => r.Handles(h => h.Fill(f => f.Opacity(0.5)))))
              )

In this article
Not finding the help you need?