Class AvatarSize
AvatarSize describes the different sizes for SfAvatarView.
Inheritance
System.Object
AvatarSize
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class AvatarSize : Enum
Fields
ExtraLarge
Sets the size of the avatar to 64d.
Declaration
public const AvatarSize ExtraLarge
Field Value
Type |
---|
AvatarSize |
ExtraSmall
Sets the size of the avatar to 24d.
Declaration
public const AvatarSize ExtraSmall
Field Value
Type |
---|
AvatarSize |
Large
Sets the size of the avatar to 48d.
Declaration
public const AvatarSize Large
Field Value
Type |
---|
AvatarSize |
Medium
Sets the size of the avatar to 40d.
Declaration
public const AvatarSize Medium
Field Value
Type |
---|
AvatarSize |
Small
Sets the size of the avatar to 32d.
Declaration
public const AvatarSize Small
Field Value
Type |
---|
AvatarSize |