Class TelerikFontIcon
The class for the Telerik Font Icon component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikFontIcon : IconBase, IDisposable
Constructors
TelerikFontIcon()
Declaration
public TelerikFontIcon()
Properties
Icon
Specifies a predefined Telerik icon to be rendered. Takes precedence over the IconClass parameter if both provided. Refer to FontIcon Documentation for more information.
Declaration
public Nullable<FontIcon> Icon { get; set; }
Property Value
System.Nullable<Telerik.FontIcons.FontIcon>
|
IconClass
A custom CSS class for the icon element. Use to define custom font icons.
Declaration
public string IconClass { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnParametersSet()
Declaration
protected override void OnParametersSet()
ThrowIfNoIconIsProvided()
Declaration
public void ThrowIfNoIconIsProvided()