New to Telerik UI for ASP.NET Core? Download free 30-day trial

DiagramConnectionTagHelper

Example

<connection>
    <content />
    <editable></editable>
    <end-cap></end-cap>
    <from></from>
    <hover></hover>
    <points></points>
    <selection />
    <start-cap></start-cap>
    <stroke />
    <to></to>
</connection>

ChildTags

Tag Name Details
content DiagramConnectionContentSettingsTagHelper
editable DiagramConnectionDefaultsEditableSettingsTagHelper
end-cap DiagramConnectionDefaultsEndCapSettingsTagHelper
from DiagramConnectionFromSettingsTagHelper
hover DiagramConnectionDefaultsHoverSettingsTagHelper
points DiagramConnectionPointsTagHelper
selection DiagramConnectionDefaultsSelectionSettingsTagHelper
start-cap DiagramConnectionDefaultsStartCapSettingsTagHelper
stroke DiagramConnectionDefaultsEndCapStrokeSettingsTagHelper
to DiagramConnectionToSettingsTagHelper

Attributes

Attribute Type Description
from-connector String Specifies the name of the source shape connector that should be used by the connection.
to-connector String Specifies the name of the target shape connector that should be used by the connection.
type DiagramConnectionType The connection type.
In this article
Not finding the help you need?