DiagramConnectionDefaultsStartCapSettingsBuilder

Methods

Fill(System.Action)

The connection start cap fill options or color.

Parameters

configurator - System.Action<DiagramConnectionDefaultsStartCapFillSettingsBuilder>

The configurator for the fill setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsStartCapSettingsBuilder .

Stroke(System.Action)

The connection start cap stroke options or color.

Parameters

configurator - System.Action<DiagramConnectionDefaultsStartCapStrokeSettingsBuilder>

The configurator for the stroke setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsStartCapSettingsBuilder .

Type(System.String)

The connection start cap type.The supported values are: "none": no cap; "ArrowStart": a filled arrow or "FilledCircle": a filled circle.

Parameters

value - System.String

The value for Type

RETURNS

Returns the current DiagramConnectionDefaultsStartCapSettingsBuilder instance.

Path(System.String)

The SVG path data for the arrow marker. Applies when the type is "ArrowEnd" or "ArrowStart".

Parameters

value - System.String

The value for Path

RETURNS

Returns the current DiagramConnectionDefaultsStartCapSettingsBuilder instance.

Anchor(System.Action)

The anchor point of the arrow marker. This is the point where the marker will be positioned relative to the line. Applies when the type is "ArrowEnd" or "ArrowStart".

Parameters

configurator - System.Action<DiagramConnectionDefaultsStartCapAnchorSettingsBuilder>

The configurator for the anchor setting.

RETURNS

Returns the current instance of DiagramConnectionDefaultsStartCapSettingsBuilder .

Radius(System.Double)

The radius of the filled circle marker. Applies when the type is "FilledCircle".

Parameters

value - System.Double

The value for Radius

RETURNS

Returns the current DiagramConnectionDefaultsStartCapSettingsBuilder instance.