Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramShapeConnector : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentDiagramShapeConnector
Implements:
Inherited Members
Constructors
C#
public DiagramShapeConnector()
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; }
The connector description.
C#
[Parameter]
public string Description { get; set; }
Defines the height of the shape connectors. See shapes.connectors for an example.
C#
[Parameter]
public double? Height { get; set; }
The connector name. The predefined names are: "top" - top connector; "right" - right connector; "bottom" - bottom connector; "bottomRight" - bottom right connector; "left" - left connector or "auto" - auto connector.
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.
C#
[Parameter]
public double? Offset { get; set; }