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

Definition

Constructors

C#
public DiagramShapeDefaultsConnector()

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

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

Defines the width of the shape connectors.

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