DiagramConnectionStrokeSettingsTagHelper
Example
Razor
<stroke/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| color | String | Defines the stroke or line color of the connection. |
| 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 | Defines the stroke width of the connection. |