Class RadTaskCardTagElement
Element that represents one tag in a task card.
Inheritance
System.Object
RadTaskCardTagElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadTaskCardTagElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadTaskCardTagElement()
Declaration
public RadTaskCardTagElement()
RadTaskCardTagElement(TagInfo)
Properties
BackColor
Gets or sets the background color of the tag.
Declaration
public override Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
DefaultAutoToolTip
Declaration
protected override bool DefaultAutoToolTip { get; }
Property Value
System.Boolean
|
Overrides
ForeColor
Gets or sets the foreground color of the tag.
Declaration
public override Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
TagInfo
Gets or sets the TagInfo for the element.
Declaration
public TagInfo TagInfo { get; set; }
Property Value
TagInfo
|
Text
The text of the tag.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
InitializeFields()
Declaration
protected override void InitializeFields()