DiagramShapeConnectorDefaultsSettingsBuilder

Methods

Width(System.Double)

Defines the width of the shape connectors.

Parameters

value - System.Double

The value for Width

RETURNS

Returns the current DiagramShapeConnectorDefaultsSettingsBuilder instance.

Height(System.Double)

Defines the height of the shape connectors.

Parameters

value - System.Double

The value for Height

RETURNS

Returns the current DiagramShapeConnectorDefaultsSettingsBuilder instance.

Hover(System.Action)

Defines the hover configuration of the shape connectors.

Parameters

configurator - System.Action<DiagramShapeConnectorDefaultsHoverSettingsBuilder>

The configurator for the hover setting.

RETURNS

Returns the current instance of DiagramShapeConnectorDefaultsSettingsBuilder .

Fill(System.Action)

Defines the fill options of the shape connectors.

Parameters

configurator - System.Action<DiagramShapeConnectorDefaultsFillSettingsBuilder>

The configurator for the fill setting.

RETURNS

Returns the current instance of DiagramShapeConnectorDefaultsSettingsBuilder .

Stroke(System.Action)

Defines the stroke options of the shape connectors.

Parameters

configurator - System.Action<DiagramShapeConnectorDefaultsStrokeSettingsBuilder>

The configurator for the stroke setting.

RETURNS

Returns the current instance of DiagramShapeConnectorDefaultsSettingsBuilder .

Offset(System.Double)

Defines the offset applied to the connector position. The offset pushes the connector away from the shape edge by the specified number of pixels in the direction appropriate for the connector's position (e.g., upward for "top", downward for "bottom", etc.).

Parameters

value - System.Double

The value for Offset

RETURNS

Returns the current DiagramShapeConnectorDefaultsSettingsBuilder instance.