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

Telerik UI DiagramShapeConnectorDefaults.

Definition

Constructors

C#
public DiagramShapeConnectorDefaults()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

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

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

C#
[Parameter]
public RenderFragment ChildContent { get; set; }

Defines the height of the shape connectors.

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

Defines the default offset distance from the shape edge for all connectors of this shape.

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

Defines the width of the shape connectors.

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