Telerik UI DiagramConnectionPoints.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionPoints : DataVizCollectionComponent<DiagramConnectionPoint>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IEnumerable<DiagramConnectionPoint>, IEnumerable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionComponent<DiagramConnectionPoint>DiagramConnectionPoints
Implements:
Inherited Members
Constructors
C#
public DiagramConnectionPoints()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }