Class AvatarShape
Specifies the various shapes for the SfAvatarView.
Inheritance
System.Object
AvatarShape
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class AvatarShape : Enum
Fields
Circle
Defines the circle shape for the avatar.
Declaration
public const AvatarShape Circle
Field Value
Type |
---|
AvatarShape |
Custom
Defines the custom shape for the avatar.
Declaration
public const AvatarShape Custom
Field Value
Type |
---|
AvatarShape |
Square
Defines the square shape for the avatar.
Declaration
public const AvatarShape Square
Field Value
Type |
---|
AvatarShape |