Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionContentBlockChild : DataVizCollectionItemComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDataVizCollectionItemComponentDiagramConnectionContentBlockChild
Implements:
Inherited Members
Constructors
public DiagramConnectionContentBlockChild()
Properties
Renders the text in bold. Applies when type is "text" or omitted.
[Parameter]
public bool? Bold { get; set; }
[Parameter]
public RenderFragment ChildContent { get; set; }
The CSS color of the text. Inherits from the parent content settings when not set. Applies when type is "text" or omitted.
[Parameter]
public string Color { get; set; }
The font family of the text. Inherits from the parent content settings when not set. Applies when type is "text" or omitted.
[Parameter]
public string FontFamily { get; set; }
The font size of the text in pixels. Inherits from the parent content settings when not set. Applies when type is "text" or omitted.
[Parameter]
public double? FontSize { get; set; }
The height of the inline image in pixels. Defaults to the fontSize value or 16 when not set. Applies when type is "image".
[Parameter]
public double? Height { get; set; }
Renders the text in italic. Applies when type is "text" or omitted.
[Parameter]
public bool? Italic { get; set; }
The URL or data URI of the inline image. Applies when type is "image".
[Parameter]
public string Src { get; set; }
The text content of the inline item. Applies when type is "text" or omitted.
[Parameter]
public string Text { get; set; }
The type of the inline item. Use "text" (or omit) for a text run, "break" for a line break, and "image" for an inline image.
[Parameter]
public DiagramConnectionContentBlocksChildrenType? Type { get; set; }
Renders the text with an underline decoration. Underline thickness scales proportionally to the font size. Applies when type is "text" or omitted.
[Parameter]
public bool? Underline { get; set; }
Methods
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
public override void Dispose()
Overrides:
protected override void OnInitialized()
Overrides:
protected override void OnParametersSet()
Overrides: