menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AvatarSize - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AvatarSize

    Specifies the various sizes for the SfAvatarView.

    Inheritance
    System.Object
    AvatarSize
    Namespace: Syncfusion.UI.Xaml.Core
    Assembly: Syncfusion.Core.WinUI.dll
    Syntax
    public sealed class AvatarSize : Enum

    Fields

    ExtraLarge

    Defines the extra-large value for avatar size which is 96.

    Declaration
    public const AvatarSize ExtraLarge
    Field Value
    Type
    AvatarSize

    ExtraSmall

    Defines the extra-small value for avatar size which is 24.

    Declaration
    public const AvatarSize ExtraSmall
    Field Value
    Type
    AvatarSize

    Large

    Defines the large value for avatar size which is 48.

    Declaration
    public const AvatarSize Large
    Field Value
    Type
    AvatarSize

    Medium

    Defines the medium value for avatar size which is 40.

    Declaration
    public const AvatarSize Medium
    Field Value
    Type
    AvatarSize

    Small

    Defines the small value for avatar size which is 32.

    Declaration
    public const AvatarSize Small
    Field Value
    Type
    AvatarSize
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved