Class AvatarSize
AvatarSize enum describes the diffrent sizes for SfAvatarView.
Inheritance
System.Object
AvatarSize
Namespace: Syncfusion.XForms.AvatarView
Assembly: Syncfusion.Core.XForms.dll
Syntax
public sealed class AvatarSize : Enum
Fields
ExtraLarge
Extra Large enum contains extra-large value.
Declaration
public const AvatarSize ExtraLarge
Field Value
Type |
---|
AvatarSize |
ExtraSmall
Extra Small Circle enum contains extra-small value.
Declaration
public const AvatarSize ExtraSmall
Field Value
Type |
---|
AvatarSize |
Large
Large enum contains large value.
Declaration
public const AvatarSize Large
Field Value
Type |
---|
AvatarSize |
Medium
Medium enum contains the medium value.
Declaration
public const AvatarSize Medium
Field Value
Type |
---|
AvatarSize |
Small
Small enum contains the small value.
Declaration
public const AvatarSize Small
Field Value
Type |
---|
AvatarSize |