Enum RadTaskCardUserElement.ShownElement
Enumeration how to represent the user in the card.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum ShownElement
Avatar
Shows the avatar of the user.
AvatarOverInitials
Tries to show the svg avatar. If it is missing, tries to show the avatar. If it is missing, tries to show initials.
Initials
Shows the initials of the user.
InitialsOverAvatar
Tries to show initials. If empty, tries to show the svg avatar. If it is missing, tries to show the avatar.
SvgAvatar
Shows the svg avatar of the user.