Class AvatarType
Controls the type of the Avatar.
Inheritance
System.Object
AvatarType
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class AvatarType : Enum
Fields
Icon
Renders a wrapper specific for showing an icon.
Declaration
public const AvatarType Icon
Field Value
AvatarType
|
Image
Renders a wrapper specific for an img HTML element.
Declaration
public const AvatarType Image
Field Value
AvatarType
|
Text
Renders a wrapper specific for showing only initials or text.
Declaration
public const AvatarType Text
Field Value
AvatarType
|
value__
Declaration
public int value__
Field Value
System.Int32
|