DiagramEditableResizeHandlesStrokeSettingsBuilder

Methods

Color(System.String)

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

Parameters

value - System.String

The value for Color

RETURNS

Returns the current DiagramEditableResizeHandlesStrokeSettingsBuilder instance.

DashType(System.String)

Specifies the stroke dash type of the resizing handles. See the editable.resize configuration for an example.The following dash types are supported: "dash" - A line that consists of dashes; "dashDot" - A line that consists of a repeating pattern of dash-dot; "dot" - A line that consists of dots; "longDash" - A line that consists of a repeating pattern of long-dash; "longDashDot" - A line that consists of a repeating pattern of long-dash-dot; "longDashDotDot" - A line that consists of a repeating pattern of long-dash-dot-dot or "solid" - A solid line.

Parameters

value - System.String

The value for DashType

RETURNS

Returns the current DiagramEditableResizeHandlesStrokeSettingsBuilder instance.

Width(System.Double)

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

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current DiagramEditableResizeHandlesStrokeSettingsBuilder instance.