DiagramConnectionDefaultsSettingsTagHelper
Example
Razor
<connection-defaults>
<content></content>
<editable></editable>
<end-cap></end-cap>
<hover></hover>
<selection />
<start-cap></start-cap>
<stroke />
</connection-defaults>
ChildTags
Attributes
| Attribute | Type | Description |
|---|---|---|
| from-connector | String | Specifies the name of the source shape connector that should be used by default. Valid values are "top", "right", "bottom", "left" and "auto". |
| selectable | Boolean | Specifies if connections can be selected. |
| to-connector | String | Specifies the name of the target shape connector that should be used by default. Valid values are "top", "right", "bottom", "left" and "auto". |
| type | DiagramConnectionType | The connections type. |