IconBase
Class
Definition
Namespace:Telerik.Blazor.Components.Common.Icon
Assembly:Telerik.Blazor.dll
Syntax:
C#
public abstract class IconBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentIconBase
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected IconBase()
Properties
Defines the flip direction of the icon. Default value is None. Other available values are Horizontal, Vertical, and Both.
C#
[Parameter]
public IconFlip Flip { get; set; }
Specifies the size of the icon. Default value is Medium.
C#
[Parameter]
public string Size { get; set; }
Specifies the theme color of the icon. Default value is Base.
C#
[Parameter]
public string ThemeColor { get; set; }