DiagramShapeDefaultsSettingsConnectorTagHelper
Example
<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 name is referenced when specifying explicit fromConnector and toConnector values in a connection. |
height | Double | Defines the height of the shape connectors. |
position | String | The function that positions the connector. The function is passed a shape and should return kendo.dataviz.diagram. As a result, a point that holds the connector position appears. |
width | Double | Defines the width of the shape connectors. |