Class RadzenHeading
RadzenHeading component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenHeading : RadzenComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
RadzenHeading()
RadzenHeading component.
Declaration
public RadzenHeading()
Properties
Size
Gets or sets the size.
Declaration
[Parameter]
public string Size { get; set; }
Property Value
Type | Description |
---|---|
string | The size. |
Text
Gets or sets the text.
Declaration
[Parameter]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string | The text. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenHeading component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |