Kendo.Mvc.UI.Fluent.DiagramEditableResizeHandlesSettingsBuilder
Defines the fluent API for configuring DiagramEditableResizeHandlesSettings
Methods
Fill(System.Action<Kendo.Mvc.UI.Fluent.DiagramEditableResizeHandlesFillSettingsBuilder<T,T>>)
Specifies the fill settings of the resizing handles. See the editable.resize configuration for an example.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramEditableResizeHandlesFillSettingsBuilder>
The configurator for the fill setting.
Height(System.Double)
Specifies the height of the resizing handles. See the editable.resize configuration for an example.
Parameters
value System.Double
The value for Height
Hover(System.Action<Kendo.Mvc.UI.Fluent.DiagramEditableResizeHandlesHoverSettingsBuilder<T,T>>)
Specifies the settings of the resizing handles on hovering over them. See the editable.resize configuration for an example.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramEditableResizeHandlesHoverSettingsBuilder>
The configurator for the hover setting.
Stroke(System.Action<Kendo.Mvc.UI.Fluent.DiagramEditableResizeHandlesStrokeSettingsBuilder<T,T>>)
Specifies the stroke of the resizing handles. See the editable.resize configuration for an example.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.DiagramEditableResizeHandlesStrokeSettingsBuilder>
The configurator for the stroke setting.
Width(System.Double)
Specifies the width of the resizing handles. See the editable.resize configuration for an example.
Parameters
value System.Double
The value for Width