Class IgbAvatar
An avatar component is used as a representation of a user identity
typically in a user profile.
Inheritance
System.Object
IgbAvatar
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbAvatar : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbAvatar()
Declaration
Properties
Alt
Alternative text for the image.
Declaration
public string Alt { get; set; }
Property Value
Type |
Description |
System.String |
|
DirectRenderElementName
Declaration
protected override string DirectRenderElementName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Initials
Initials to use as a fallback when no image is available.
Declaration
public string Initials { get; set; }
Property Value
Type |
Description |
System.String |
|
Shape
Declaration
public AvatarShape Shape { get; set; }
Property Value
Src
Declaration
public string Src { get; set; }
Property Value
Type |
Description |
System.String |
|
SupportsVisualChildren
Declaration
protected override bool SupportsVisualChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UseDirectRender
Declaration
protected override bool UseDirectRender { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
ResolveDisplay()
Declaration
protected override string ResolveDisplay()
Returns
Type |
Description |
System.String |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable