ClassTelerikAvatar
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikAvatar : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikAvatar
Implements:
Inherited Members
Constructors
TelerikAvatar()
Declaration
cs-api-definition
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.
Declaration
cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
FillMode
Specifies the fill mode of the avatar. Default value is Solid.
Declaration
cs-api-definition
[Parameter]
public string FillMode { get; set; }
Property Value
Height
Defines the height of the avatar.
ThemeColor
Specifies the theme color of the avatar. Default value is Primary.
Declaration
cs-api-definition
[Parameter]
public string ThemeColor { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides