menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum AvatarContentType - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum AvatarContentType

    Specifies the various content types for the SfAvatarView.

    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public enum AvatarContentType

    Fields

    Name Description
    AvatarCharacter

    ,
    Displays the pre-defined avatar image as avatar based on the AvatarCharacter property value.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved