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

DiagramConnectionDefaultsSettingsTagHelper

Example

<connection-defaults>
    <content />
    <editable></editable>
    <end-cap></end-cap>
    <hover></hover>
    <selection />
    <start-cap></start-cap>
    <stroke />
</connection-defaults>

ChildTags

Tag Name Details
content DiagramConnectionDefaultsContentSettingsTagHelper
editable DiagramConnectionDefaultsEditableSettingsTagHelper
end-cap DiagramConnectionDefaultsEndCapSettingsTagHelper
hover DiagramConnectionDefaultsHoverSettingsTagHelper
selection DiagramConnectionDefaultsSelectionSettingsTagHelper
start-cap DiagramConnectionDefaultsStartCapSettingsTagHelper
stroke DiagramConnectionDefaultsStrokeSettingsTagHelper

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.
In this article
Not finding the help you need?