DiagramShapeContent
Class
Telerik UI DiagramShapeContent.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramShapeContent : DataVizChildComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseDataVizChildComponentDiagramShapeContent
Implements:
Inherited Members
Constructors
C#
public DiagramShapeContent()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
C#
protected override void OnInitialized()
Overrides:
C#
protected override void OnParametersSet()
Overrides:
Properties
C#
[Parameter]
public RenderFragment ChildContent { get; set; }
The font family of the shape content text.
C#
[Parameter]
public string FontFamily { get; set; }
The font size of the shape content text.
C#
[Parameter]
public double? FontSize { get; set; }
The font style of the shape content text.
C#
[Parameter]
public string FontStyle { get; set; }
The font weight of the shape content text.
C#
[Parameter]
public string FontWeight { get; set; }
The relative padding of the content.
C#
[Parameter]
public double? RelativePadding { get; set; }
The template which renders the labels.
C#
[Parameter]
public string Template { get; set; }
Defines the shape content text wrap.
C#
[Parameter]
public DiagramShapesContentTextWrap? TextWrap { get; set; }