Telerik UI DiagramConnectionContent.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionContent : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionContent
Implements:
Inherited Members
Constructors
C#
public DiagramConnectionContent()
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 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.
C#
[Parameter]
public string Template { get; set; }