Enum AvatarContentType
Specifies the various content types for the SfAvatarView.
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum AvatarContentTypeFields
| Name | Description | 
|---|---|
| AvatarCharacter | , | 
| CustomContent | Displays the custom content as the avatar. | 
| CustomImage | Displays the custom image as the avatar. | 
| Default | Displays the AvatarCharacter Avatar1 as the default avatar view. If the values for Group, CustomImage, and Initials content types are not provided, the default avatar view will be displayed. | 
| Group | Displays a group view as the avatar with the maximum of three views. | 
| Initials | Displays the initials as the avatar and allows single and double characters. |