UserInfo
Class
A class that holds information for an user in the task board.
Definition
Namespace:Telerik.WinControls.UI.TaskBoard
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class UserInfo
Inheritance: objectUserInfo
Constructors
C#
public UserInfo()
Properties
Gets or sets the color that will be used as background with the initials of the user in the avatar.
C#
public Color? BackColor { get; set; }
Gets or sets the color that will be used as foreground with the initials of the user in the avatar.
C#
public Color? ForeColor { get; set; }
Initials. If not set, tries to construct initals from the first and last name.
C#
public string Initials { get; set; }
Middle Name.
C#
public string MiddleName { get; set; }
User's svg avatar.
C#
public RadSvgImage SvgAvatar { get; set; }