Class RadzenIcon
RadzenIcon component. Displays icon from Material Symbols variable font.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenIcon : RadzenComponent, IDisposable
Examples
<RadzenIcon Icon="3d_rotation" />
Properties
Icon
Gets or sets the icon.
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
System.String | The icon. |
IconColor
Gets or sets the icon color.
Declaration
public string IconColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The icon color. |
IconStyle
Specifies the display style of the icon.
Declaration
public IconStyle? IconStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IconStyle> |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
Implements
IDisposable