DiagramShapeConnectorDefaultsSettingsBuilder

Methods

Width(System.Double)

Defines the width of the shape connectors.

Parameters

value - System.Double

The value that configures the width.

Height(System.Double)

Defines the height of the shape connectors.

Parameters

value - System.Double

The value that configures the height.

Hover(System.Action)

Defines the hover configuration of the shape connectors.

Parameters

configurator - System.Action<DiagramShapeConnectorDefaultsHoverSettingsBuilder>

The action that configures the hover.

Fill(System.Action)

Defines the fill options of the shape connectors.

Parameters

configurator - System.Action<DiagramShapeConnectorDefaultsFillSettingsBuilder>

The action that configures the fill.

Stroke(System.Action)

Defines the stroke options of the shape connectors.

Parameters

configurator - System.Action<DiagramShapeConnectorDefaultsStrokeSettingsBuilder>

The action that configures the stroke.

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 that configures the offset.