ClassTelerikAvatar
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikAvatar : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikAvatar
Implements:
Inherited Members
Constructors
TelerikAvatar()
Declaration
public TelerikAvatar()
Properties
Bordered
Specifies whether the avatar is wrapped with a border.
ChildContent
Defines arbitrary HTML (most commonly img), icon or text. To be used in conjuction with the Type parameter. Children: allows arbitrary content based on the Type parameter.
Height
Defines the height of the avatar.
ThemeColor
Specifies the theme color of the avatar. Default value is Primary.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides