Class TelerikAvatar
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikAvatar : BaseComponent, IDisposable
Constructors
TelerikAvatar()
Declaration
public TelerikAvatar()
Properties
Bordered
Specifies whether the avatar is wrapped with a border.
Declaration
public bool Bordered { get; set; }
Property Value
System.Boolean
|
ChildContent
Defines arbitrary HTML (most commonly img), icon or text. To be used in conjuction with the Type parameter.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
FillMode
Specifies the fill mode of the avatar. Default value is Solid.
Declaration
public string FillMode { get; set; }
Property Value
System.String
|
Height
Defines the height of the avatar.
Declaration
public string Height { get; set; }
Property Value
System.String
|
Rounded
Specifies the roundness of the avatar. Default value is Full.
Declaration
public string Rounded { get; set; }
Property Value
System.String
|
Size
Specifies the size of the avatar. Default value is Medium.
Declaration
public string Size { get; set; }
Property Value
System.String
|
ThemeColor
Specifies the theme color of the avatar. Default value is Primary.
Declaration
public string ThemeColor { get; set; }
Property Value
System.String
|
Type
Defines the type of the content the avatar will be showing. Default value is Image, also available Icon and Text.
Declaration
public AvatarType Type { get; set; }
Property Value
AvatarType
|
Width
Defines the width of the avatar.
Declaration
public string Width { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|