DiagramShapeConnectorTagHelper

Example

Razor
<connector>
    <fill />
    <hover></hover>
    <stroke />
</connector>

ChildTags

Attributes

AttributeTypeDescription
nameStringThe 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.
descriptionStringThe connector description.
heightDoubleDefines the height of the shape connectors. See shapes.connectors for an example.
positionStringThe 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.
widthDoubleDefines the width of the shape connectors. See shapes.connectors for an example.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support