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