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

Definition

Constructors

C#
public DiagramShapeConnector()

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()

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; }

Defines the width of the shape connectors. See shapes.connectors for an example.

C#
[Parameter]
public double? Width { get; set; }