Class
TagInfo

Definition

Namespace:Telerik.WinControls.UI.TaskBoard

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TagInfo

Inheritance: objectTagInfo

Constructors

TagInfo()

Declaration

cs-api-definition
public TagInfo()

Properties

BackColor

Gets or sets the color that will be used as background of the tag.

Declaration

cs-api-definition
public Color? BackColor { get; set; }

Property Value

Color?

ForeColor

Gets or sets the color that will be used as foreground of the tag.

Declaration

cs-api-definition
public Color? ForeColor { get; set; }

Property Value

Color?

Text

The text of the tag.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()