New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public DiagramConnection()

Properties

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

The data item of the shape.

C#
[Parameter]
public object DataItem { 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; }

The unique identifier for a connection.

C#
[Parameter]
public string Id { 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)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

C#
protected override void Dispose(bool disposing)
Parameters:disposingbool

Overrides: DataVizChildComponent.Dispose(bool)

C#
protected override void OnAfterRender(bool firstRender)
Parameters:firstRenderbool

Overrides: ComponentBase.OnAfterRender(bool)

C#
protected override void OnInitialized()

Overrides: DataVizChildComponent.OnInitialized()

C#
protected override void OnParametersSet()

Overrides: ComponentBase.OnParametersSet()