DiagramConnectionDefaultsEndCapSettingsTagHelper
Example
Razor
<end-cap>
<anchor />
<fill />
<stroke />
</end-cap>
ChildTags
| Tag Name | Details |
|---|---|
| anchor | DiagramConnectionDefaultsEndCapAnchorSettingsTagHelper |
| fill | DiagramConnectionDefaultsEndCapFillSettingsTagHelper |
| stroke | DiagramConnectionDefaultsEndCapStrokeSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| path | String | The SVG path data for the arrow marker. Applies when the type is "ArrowEnd" or "ArrowStart". |
| radius | Double | The radius of the filled circle marker. Applies when the type is "FilledCircle". |
| type | String | The end cap type used in connections.The supported values are: "none": no cap; "ArrowEnd": a filled arrow or "FilledCircle": a filled circle. |