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 configurator for the fill setting.

RETURNS

Returns the current instance of DiagramEditableResizeHandlesSettingsBuilder .

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

RETURNS

Returns the current DiagramEditableResizeHandlesSettingsBuilder instance.

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 configurator for the hover setting.

RETURNS

Returns the current instance of DiagramEditableResizeHandlesSettingsBuilder .

Stroke(System.Action)

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

Parameters

configurator - System.Action<DiagramEditableResizeHandlesStrokeSettingsBuilder>

The configurator for the stroke setting.

RETURNS

Returns the current instance of DiagramEditableResizeHandlesSettingsBuilder .

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

RETURNS

Returns the current DiagramEditableResizeHandlesSettingsBuilder instance.