DiagramConnectionEndCapSettingsBuilder
Methods
Fill(System.Action)
The connection end cap fill options or color.
Parameters
configurator - System.Action<DiagramConnectionEndCapFillSettingsBuilder>
The configurator for the fill setting.
RETURNS
Returns the current instance of DiagramConnectionEndCapSettingsBuilder .
Stroke(System.Action)
The connection end cap stroke options or color.
Parameters
configurator - System.Action<DiagramConnectionEndCapStrokeSettingsBuilder>
The configurator for the stroke setting.
RETURNS
Returns the current instance of DiagramConnectionEndCapSettingsBuilder .
Type(System.String)
The connection end cap type.The supported values are: "none": no cap; "ArrowEnd": a filled arrow or "FilledCircle": a filled circle. You can also use "ArrowStart" for the endCap but its direction will be inversed.
Parameters
value - System.String
The value for Type
RETURNS
Returns the current DiagramConnectionEndCapSettingsBuilder 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 DiagramConnectionEndCapSettingsBuilder 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<DiagramConnectionEndCapAnchorSettingsBuilder>
The configurator for the anchor setting.
RETURNS
Returns the current instance of DiagramConnectionEndCapSettingsBuilder .
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 DiagramConnectionEndCapSettingsBuilder instance.