Represents a rich text paragraph block in the connection content. Each block corresponds to a paragraph and contains one or more inline child items configured through DiagramConnectionContentBlockChildDescriptor.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionContentBlockDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionContentBlockDescriptor
Constructors
C#
public DiagramConnectionContentBlockDescriptor()
Properties
The inline items (text runs, line breaks, images) inside this paragraph block. Use DiagramConnectionContentBlockChildDescriptor to configure each inline item.
C#
public List<DiagramConnectionContentBlockChildDescriptor> Children { get; set; }