Class RadzenHeading
RadzenHeading component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenHeading : RadzenComponent, IDisposable
Properties
Size
Gets or sets the size.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String | The size. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable