Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramShapeDefaultsConnector : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentDiagramShapeDefaultsConnector
Implements:
Inherited Members
Constructors
C#
public DiagramShapeDefaultsConnector()
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; }
Defines the height of the shape connectors.
C#
[Parameter]
public double? Height { get; set; }
The connector name. The name is referenced when specifying explicit fromConnector and toConnector values in a connection.
C#
[Parameter]
public string Name { get; set; }
Defines the offset applied to the connector position. The offset pushes the connector away from the shape edge by the specified number of pixels in the direction appropriate for the connector's position (e.g., upward for "top", downward for "bottom", etc.).
C#
[Parameter]
public double? Offset { get; set; }