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