Telerik UI DiagramConnectionDefaultsContent.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionDefaultsContent : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramConnectionDefaultsContent
Implements:
Inherited Members
Constructors
public DiagramConnectionDefaultsContent()
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides:
Properties
[Parameter]
public RenderFragment ChildContent { get; set; }
The color of the connection content text.
[Parameter]
public string Color { get; set; }
The font family of the connection content text.
[Parameter]
public string FontFamily { get; set; }
The font size of the connection content text.
[Parameter]
public double? FontSize { get; set; }
The font style of the connection content text.
[Parameter]
public string FontStyle { get; set; }
The font weight of the connection content text.
[Parameter]
public string FontWeight { get; set; }
The the distance (in pixels) between the label and the connection path.
[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.
[Parameter]
public string Template { get; set; }
The static text displayed on the connection.
[Parameter]
public string Text { get; set; }