DiagramConnectionEndCapSettingsBuilder
Methods
Fill(System.Action)
The connection end cap fill options or color.
Parameters
configurator - System.Action<DiagramConnectionEndCapFillSettingsBuilder>
The configurator for the fill setting.
Stroke(System.Action)
The connection end cap stroke options or color.
Parameters
configurator - System.Action<DiagramConnectionEndCapStrokeSettingsBuilder>
The configurator for the stroke setting.
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