Class TagInfo
Inheritance
System.Object
TagInfo
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.TaskBoard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TagInfo
Constructors
TagInfo()
Declaration
public TagInfo()
Properties
BackColor
Gets or sets the color that will be used as background of the tag.
Declaration
public Color? BackColor { get; set; }
Property Value
System.Nullable<System.Drawing.Color>
|
ForeColor
Gets or sets the color that will be used as foreground of the tag.
Declaration
public Color? ForeColor { get; set; }
Property Value
System.Nullable<System.Drawing.Color>
|
Text
The text of the tag.
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.Object.ToString()