DiagramConnection
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnection : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentDiagramConnection
Implements:
Inherited Members
Constructors
C#
public DiagramConnection()
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
Specifies the name of the source shape connector that should be used by the connection.
C#
[Parameter]
public DiagramConnectionsFromConnector? FromConnector { get; set; }
Defines the source of the connection by shape id.
C#
[Parameter]
public string FromId { get; set; }
Specifies the name of the target shape connector that should be used by the connection.
C#
[Parameter]
public DiagramConnectionsToConnector? ToConnector { get; set; }
Defines the target of the connection by shape id.
C#
[Parameter]
public string ToId { get; set; }
The connection type.
C#
[Parameter]
public DiagramConnectionType? Type { get; set; }
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides: