DiagramConnectionStartCapSettingsTagHelper
Example
Razor
<start-cap>
<anchor />
<fill />
<stroke />
</start-cap>
ChildTags
| Tag Name | Details |
|---|---|
| anchor | DiagramConnectionStartCapAnchorSettingsTagHelper |
| fill | DiagramConnectionStartCapFillSettingsTagHelper |
| stroke | DiagramConnectionStartCapStrokeSettingsTagHelper |
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 connection start cap type.The supported values are: "none": no cap; "ArrowStart": a filled arrow or "FilledCircle": a filled circle. |