DiagramConnectionEditablePointsSettingsBuilder

Methods

Snap(System.Double)

The snap distance for connection points when dragging.

Parameters

value - System.Double

The value for Snap

RETURNS

Returns the current DiagramConnectionEditablePointsSettingsBuilder instance.

Vertex(System.Action)

Defines the appearance of the connection vertex handles.

Parameters

configurator - System.Action<DiagramConnectionEditablePointsVertexSettingsBuilder>

The configurator for the vertex setting.

RETURNS

Returns the current instance of DiagramConnectionEditablePointsSettingsBuilder .

Midpoint(System.Action)

Defines the appearance of the connection midpoint handles.

Parameters

configurator - System.Action<DiagramConnectionEditablePointsMidpointSettingsBuilder>

The configurator for the midpoint setting.

RETURNS

Returns the current instance of DiagramConnectionEditablePointsSettingsBuilder .