DiagramEditableResizeSettingsBuilder

Methods

Handles(System.Action)

Specifies the settings of the resizing handles.

Parameters

configurator - System.Action<DiagramEditableResizeHandlesSettingsBuilder>

The action that configures the handles settings.

Example

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

Offset(System.Double)

The offset distance of resize handles from the shape edge.

Parameters

value - System.Double

The value that configures the offset.