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

DiagramEditableResizeHandlesSettingsBuilder

Methods

Fill(System.Action)

Specifies the fill settings of the resizing handles. See the editable.resize configuration for an example.

Parameters

configurator - System.Action<DiagramEditableResizeHandlesFillSettingsBuilder>

The action that configures the fill.

Height(System.Double)

Specifies the height of the resizing handles. See the editable.resize configuration for an example.

Parameters

value - System.Double

The value that configures the height.

Hover(System.Action)

Specifies the settings of the resizing handles on hovering over them. See the editable.resize configuration for an example.

Parameters

configurator - System.Action<DiagramEditableResizeHandlesHoverSettingsBuilder>

The action that configures the hover.

Stroke(System.Action)

Specifies the stroke of the resizing handles. See the editable.resize configuration for an example.

Parameters

configurator - System.Action<DiagramEditableResizeHandlesStrokeSettingsBuilder>

The action that configures the stroke.

Width(System.Double)

Specifies the width of the resizing handles. See the editable.resize configuration for an example.

Parameters

value - System.Double

The value that configures the width.

In this article
Not finding the help you need?