DiagramShapeConnectorTagHelper
Example
Razor
<connector>
<fill />
<hover></hover>
<stroke />
</connector>
ChildTags
Tag Name | Details |
---|---|
fill | DiagramConnectionDefaultsEndCapFillSettingsTagHelper |
hover | DiagramConnectionDefaultsHoverSettingsTagHelper |
stroke | DiagramConnectionDefaultsEndCapStrokeSettingsTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
name | String | The connector name. The predefined names are: "top" - top connector; "right" - right connector; "bottom" - bottom connector; "bottomRight" - bottom right connector; "left" - left connector or "auto" - auto connector. |
description | String | The connector description. |
height | Double | Defines the height of the shape connectors. See shapes.connectors for an example. |
position | String | The function that positions the connector. The function is passed a shape as parameter and should return a kendo.dataviz.diagram.Point indicating where the connector should be placed. |
width | Double | Defines the width of the shape connectors. See shapes.connectors for an example. |