Class IconBase
Inherited Members
Namespace: Telerik.Blazor.Components.Common.Icon
Assembly: Telerik.Blazor.dll
Syntax
public abstract class IconBase : BaseComponent, IDisposable
Constructors
IconBase()
Declaration
protected IconBase()
Properties
Flip
Defines the flip direction of the icon. Default value is None. Other available values are Horizontal, Vertical, and Both.
Declaration
public IconFlip Flip { get; set; }
Property Value
IconFlip
|
Size
Specifies the size of the icon. Default value is Medium.
Declaration
public string Size { get; set; }
Property Value
System.String
|
ThemeColor
Specifies the theme color of the icon. Default value is Base.
Declaration
public string ThemeColor { get; set; }
Property Value
System.String
|