Class RadTaskCardUserElement
Element that represents one user in a task card.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskCardUserElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskCardUserElement()
Declaration
public RadTaskCardUserElement()
RadTaskCardUserElement(UserInfo)
Constructor.
Declaration
public RadTaskCardUserElement(UserInfo userInfo)
Parameters
UserInfo
userInfo
|
Properties
BackColor
Gets or sets the background color for the user's avatar.
Declaration
public override Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
ForeColor
Gets or sets the foreground color for the user's avatar.
Declaration
public override Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
ShownElementProperty
ShownElement property.
Declaration
public RadTaskCardUserElement.ShownElement ShownElementProperty { get; set; }
Property Value
RadTaskCardUserElement.ShownElement
|
Text
Gets or sets the initials of the user.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
ToolTipText
Declaration
public override string ToolTipText { get; set; }
Property Value
System.String
|
Overrides
UserInfo
Gets or sets the UserInfo for the element.
Declaration
public UserInfo UserInfo { get; set; }
Property Value
UserInfo
|
Methods
InitializeFields()
Declaration
protected override void InitializeFields()