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 : EnumFields
ExtraLarge
Defines the extra-large value for avatar size which is 96.
Declaration
public const AvatarSize ExtraLargeField Value
| Type | 
|---|
| AvatarSize | 
ExtraSmall
Defines the extra-small value for avatar size which is 24.
Declaration
public const AvatarSize ExtraSmallField Value
| Type | 
|---|
| AvatarSize | 
Large
Defines the large value for avatar size which is 48.
Declaration
public const AvatarSize LargeField Value
| Type | 
|---|
| AvatarSize | 
Medium
Defines the medium value for avatar size which is 40.
Declaration
public const AvatarSize MediumField Value
| Type | 
|---|
| AvatarSize | 
Small
Defines the small value for avatar size which is 32.
Declaration
public const AvatarSize SmallField Value
| Type | 
|---|
| AvatarSize |