New to Telerik UI for WinFormsStart a free 30-day trial

Enumeration how to represent the user in the card.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public enum RadTaskCardUserElement.ShownElement

Fields

Shows the avatar of the user.

C#
Avatar = 1

Tries to show the svg avatar. If it is missing, tries to show the avatar. If it is missing, tries to show initials.

C#
AvatarOverInitials = 2

Shows the initials of the user.

C#
Initials = 0

Tries to show initials. If empty, tries to show the svg avatar. If it is missing, tries to show the avatar.

C#
InitialsOverAvatar = 3

Shows the svg avatar of the user.

C#
SvgAvatar = 4