Class AvatarViewType
Defines constants that specify whether the image or alphabet should be shown as the avatar in a message.
Inheritance
System.Object
AvatarViewType
Namespace: Syncfusion.Maui.Chat
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public sealed class AvatarViewType : Enum
Fields
Image
Specifies that the image should be displayed as the avatar.
Declaration
public const AvatarViewType Image
Field Value
Type |
---|
AvatarViewType |
Text
Specifies that the alphabet should be displayed as the avatar.
Declaration
public const AvatarViewType Text
Field Value
Type |
---|
AvatarViewType |