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