ClassDiagramConnectionContent
Telerik UI DiagramConnectionContent.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionContent : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionContent
Implements:
Inherited Members
Constructors
DiagramConnectionContent()
Declaration
public DiagramConnectionContent()
Properties
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
Color
The color of the connection content text.
FontFamily
The font family of the connection content text.
Declaration
[Parameter]
public string FontFamily { get; set; }
Property Value
FontSize
The font size of the connection content text.
Declaration
[Parameter]
public double? FontSize { get; set; }
Property Value
FontStyle
The font style of the connection content text.
Declaration
[Parameter]
public string FontStyle { get; set; }
Property Value
FontWeight
The font weight of the connection content text.
Declaration
[Parameter]
public string FontWeight { get; set; }
Property Value
Template
The template which renders the labels.
Declaration
[Parameter]
public string Template { get; set; }
Property Value
Text
The text displayed for the connection.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnAfterRender(bool)
Declaration
protected override void OnAfterRender(bool firstRender)
Parameters
firstRender
Overrides
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides
OnParametersSet()
Declaration
protected override void OnParametersSet()
Overrides
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns