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

Telerik UI DiagramConnectionDefaultsContent.

Definition

Constructors

C#
public DiagramConnectionDefaultsContent()

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

The color of the connection content text.

C#
[Parameter]
public string Color { get; set; }

The font family of the connection content text.

C#
[Parameter]
public string FontFamily { get; set; }

The font size of the connection content text.

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

The font style of the connection content text.

C#
[Parameter]
public string FontStyle { get; set; }

The font weight of the connection content text.

C#
[Parameter]
public string FontWeight { get; set; }

The the distance (in pixels) between the label and the connection path.

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

The template which renders the labels.The fields which can be used in the template are: dataItem - the data item, in case a field has been specified.

C#
[Parameter]
public string Template { get; set; }

The static text displayed on the connection.

C#
[Parameter]
public string Text { get; set; }

A function returning a visual element to render for the content of a connection.

C#
[Parameter]
public string Visual { get; set; }