DiagramConnectionDefaultsEndCapSettingsTagHelper
Example
Razor
<end-cap>
<anchor />
<fill></fill>
<stroke></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. |