Class ContentType
Type of the avatar to be displayed.
Inheritance
System.Object
ContentType
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class ContentType : Enum
Fields
AvatarCharacter
AvatarCharacter enum contains default font icon and image.
Declaration
public const ContentType AvatarCharacter
Field Value
Type |
---|
ContentType |
Custom
Displays the custom image as the avatar.
Declaration
public const ContentType Custom
Field Value
Type |
---|
ContentType |
Default
Displays the initial type as the avatar if set.
Declaration
public const ContentType Default
Field Value
Type |
---|
ContentType |
Group
Displays a group view as the avatar with the maximum of three views.
Declaration
public const ContentType Group
Field Value
Type |
---|
ContentType |
Initials
Displays the initials as the avatar and allows single and double characters.
Declaration
public const ContentType Initials
Field Value
Type |
---|
ContentType |