DiagramConnectionDefaultsEndCapStrokeSettingsTagHelper
Example
Razor
<stroke/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | The connections end cap stroke color. |
| dash-type | DiagramDashType | The connections end cap stroke dash type. |
| line-cap | DiagramStrokeLineCap | Defines the line cap style of the stroke. Supported values are "butt", "round", and "square". |
| line-join | DiagramStrokeLineJoin | Defines the line join style of the stroke. Supported values are "bevel", "miter", and "round". |
| width | Double | The connections end cap stroke width. |